Searched refs:DrawTexture (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.h80 HRESULT DrawTexture(float dx1, float dy1, float dx2, float dy2,
82 HRESULT DrawTexture(float dx1, float dy1, float dx2, float dy2,
H A DD3DMaskBlit.cpp102 res = d3dc->pVCacher->DrawTexture(dx1, dy1, dx2, dy2,
H A DD3DMaskCache.cpp155 return pCtx->pVCacher->DrawTexture(dx1, dy1, dx2, dy2,
H A DD3DBlitLoops.cpp398 * A convenience method for issuing DrawTexture calls depending on the
454 d3dc->pVCacher->DrawTexture(dx1, dy1, dx2adj, dy2adj,
458 d3dc->pVCacher->DrawTexture(dx2adj, dy1, dx2, dy2adj,
462 d3dc->pVCacher->DrawTexture(dx1, dy2adj, dx2adj, dy2,
466 res = d3dc->pVCacher->DrawTexture(dx2adj, dy2adj, dx2, dy2,
477 res = d3dc->pVCacher->DrawTexture(dx1, dy1, dx2, dy2,
1125 res = d3dc->pVCacher->DrawTexture(
H A DD3DTextRenderer.cpp317 return d3dc->pVCacher->DrawTexture(x1, y1, x2, y2,
584 return d3dc->pVCacher->DrawTexture((jfloat)dx1, (jfloat)dy1,
743 res = d3dc->pVCacher->DrawTexture( dx1, dy1, dx2, dy2,
H A DD3DVertexCacher.cpp645 D3DVertexCacher::DrawTexture(float x1, float y1, float x2, float y2, function in class:D3DVertexCacher
670 D3DVertexCacher::DrawTexture(float x1, float y1, float x2, float y2, function in class:D3DVertexCacher

Completed in 50 milliseconds