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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp1157 #ifndef PtrAddBytes
1158 #define PtrAddBytes(p, b) ((void *) (((intptr_t) (p)) + (b))) macro
1159 #define PtrCoord(p, x, xinc, y, yinc) PtrAddBytes(p, (y)*(yinc) + (x)*(xinc))
1160 #endif // PtrAddBytes
1199 pSrcPixels = PtrAddBytes(pSrcPixels, srcStride);
1200 pDstPixels = PtrAddBytes(pDstPixels, lockedRect.Pitch);
1214 pSrcPixels = (jubyte*)PtrAddBytes(pSrcPixels, srcStride);
1215 pDstPixels = (jint*)PtrAddBytes(pDstPixels, lockedRect.Pitch);
1240 pSrcPixels = (jubyte*)PtrAddBytes(pSrcPixels, srcStride);
1241 pDstPixels = (jubyte*)PtrAddBytes(pDstPixel
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h486 #define PtrAddBytes(p, b) ((void *) (((intptr_t) (p)) + (b))) macro
487 #define PtrCoord(p, x, xinc, y, yinc) PtrAddBytes(p, (y)*(yinc) + (x)*(xinc))

Completed in 229 milliseconds