Lines Matching defs:dstOps

169 D3DTR_EnableLCDGlyphModeState(D3DContext *d3dc, D3DSDOps *dstOps,
175 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
189 GetCachedDestTexture(dstOps->pResource->GetDesc()->Format,
349 D3DTR_UpdateCachedDestination(D3DContext *d3dc, D3DSDOps *dstOps,
383 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
384 RETURN_STATUS_IF_NULL(pDst = dstOps->pResource->GetSurface(),
387 GetCachedDestTexture(dstOps->pResource->GetDesc()->Format,
398 jint cx2 = (dx2 > dstOps->width) ? dstOps->width : dx2;
399 jint cy2 = (dy2 > dstOps->height) ? dstOps->height : dy2;
469 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
470 RETURN_STATUS_IF_NULL(pDst = dstOps->pResource->GetSurface(), E_FAIL);
472 GetCachedDestTexture(dstOps->pResource->GetDesc()->Format,
483 jint cx2 = (dx2 > dstOps->width) ? dstOps->width : dx2;
484 jint cy2 = (dy2 > dstOps->height) ? dstOps->height : dy2;
517 D3DTR_DrawLCDGlyphViaCache(D3DContext *d3dc, D3DSDOps *dstOps,
542 res = D3DTR_EnableLCDGlyphModeState(d3dc, dstOps, JNI_TRUE, contrast);
570 dstOps, ginfo,
633 D3DTR_DrawLCDGlyphNoCache(D3DContext *d3dc, D3DSDOps *dstOps,
657 RETURN_STATUS_IF_NULL(dstOps->pResource, E_FAIL);
658 RETURN_STATUS_IF_NULL(pDst = dstOps->pResource->GetSurface(), E_FAIL);
664 GetCachedDestTexture(dstOps->pResource->GetDesc()->Format,
676 res = D3DTR_EnableLCDGlyphModeState(d3dc,dstOps, JNI_FALSE, contrast);
708 if (cx2 > dstOps->width) cx2 = dstOps->width;
709 if (cy2 > dstOps->height) cy2 = dstOps->height;
761 D3DTR_DrawGlyphList(D3DContext *d3dc, D3DSDOps *dstOps,
773 RETURN_STATUS_IF_NULL(dstOps, E_FAIL);
844 res = D3DTR_DrawLCDGlyphViaCache(d3dc, dstOps,
849 res = D3DTR_DrawLCDGlyphNoCache(d3dc, dstOps,
881 D3DSDOps *dstOps = D3DRQ_GetCurrentDestination();
887 D3DTR_DrawGlyphList(d3dc, dstOps,
896 D3DTR_DrawGlyphList(d3dc, dstOps,