Searched defs:pPixelsTouchedR (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp1155 jint* pPixelsTouchedR)
1322 if (pPixelsTouchedR) {
1323 *pPixelsTouchedR = pixelsTouchedR;
1148 UploadTileToTexture(D3DResource *pTextureRes, void *pixels, jint dstx, jint dsty, jint srcx, jint srcy, jint srcWidth, jint srcHeight, jint srcStride, TileFormat srcFormat, jint *pPixelsTouchedL, jint* pPixelsTouchedR) argument

Completed in 96 milliseconds