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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DResourceManager.h95 D3DResource(IDirect3DResource9 *pRes) argument
96 { Init(pRes, NULL); }
H A DD3DResourceManager.cpp32 D3DResource::Init(IDirect3DResource9 *pRes, IDirect3DSwapChain9 *pSC) argument
44 if (pRes != NULL) {
45 pResource = pRes;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c654 ((jubyte *)pRes)[comp] = (jubyte) ((cR + (1<<15)) >> 16); \
663 jint *pRes = pRGB; local
674 pRes++;
711 #define BC_STORE_COMPS(pRes) \
721 *pRes = ((a << 24) | (r << 16) | (g << 8) | (b)); \
742 #define BC_STORE_COMPS(pRes) \
752 *pRes = ((a << 24) | (r << 16) | (g << 8) | (b)); \
764 #define BC_STORE_COMPS(pRes) \
774 *pRes = ((accumA << 24) | (accumR << 16) | (accumG << 8) | (accumB)); \
832 jint *pRes local
[all...]

Completed in 47 milliseconds