Lines Matching defs:hint
332 D3DTEXTUREFILTERTYPE hint,
394 return pd3dDevice->StretchRect(pSrc, &srcRect, pDst, &dstRect, hint);
399 * hint. See detailed explanation below.
402 D3DDrawTextureWithHint(D3DContext *d3dc, D3DTEXTUREFILTERTYPE hint,
411 if (hint == D3DTEXF_LINEAR &&
471 * - the hint is D3DTEXF_POINT or
491 * method applied is determined by the hint parameter.
496 jboolean rtt, D3DTEXTUREFILTERTYPE hint,
521 pd3dDevice->SetSamplerState(0, D3DSAMP_MAGFILTER, hint);
522 pd3dDevice->SetSamplerState(0, D3DSAMP_MINFILTER, hint);
535 return D3DDrawTextureWithHint(d3dc, hint,
562 jboolean swsurface, jint hint,
575 (hint == D3DSD_XFORM_BILINEAR) ? D3DTEXF_LINEAR : D3DTEXF_POINT;
691 jboolean xform, jint hint,
747 J2dTraceLn2(J2D_TRACE_VERBOSE, " texture=%d hint=%d", texture, hint);
754 (hint == D3DSD_XFORM_BILINEAR) ? D3DTEXF_LINEAR : D3DTEXF_POINT;
783 JNI_FALSE, hint,
801 jboolean xform, jint hint,
865 J2dTraceLn3(J2D_TRACE_VERBOSE, " texture=%d srctype=%d hint=%d",
866 texture, srctype, hint);
881 JNI_TRUE, hint,