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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp158 void *pDstBase = PtrCoord(pDstInfo->rasBase, local
165 IntArgbPreToIntArgbConvert(pSrcBase, pDstBase,
171 IntRgbToIntArgbConvert(pSrcBase, pDstBase,
177 IntBgrToIntArgbConvert(pSrcBase, pDstBase,
183 Ushort555RgbToIntArgbConvert(pSrcBase, pDstBase,
189 Ushort565RgbToIntArgbConvert(pSrcBase, pDstBase,
251 void *pDstBase = PtrCoord(lockedRect.pBits, local
257 IntArgbToIntArgbPreConvert(pSrcBase, pDstBase,
262 AnyIntIsomorphicCopy(pSrcBase, pDstBase,
267 IntRgbToIntArgbConvert(pSrcBase, pDstBase,
[all...]

Completed in 24 milliseconds