Searched refs:pDrawPixel (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.h58 void (*pDrawPixel)(struct _DrawHandler* hnd, jint x0, jint y0); member in struct:_DrawHandler
H A DProcessPath.c151 hnd->dhnd->pDrawPixel(hnd->dhnd, X0, Y0); \
154 hnd->dhnd->pDrawPixel(hnd->dhnd, X0, Y0); \
165 hnd->dhnd->pDrawPixel(hnd->dhnd, X0, Y0); \
184 hnd->dhnd->pDrawPixel(hnd->dhnd, X1, Y1); \
214 hnd->dhnd->pDrawPixel(hnd->dhnd, _X, _Y); \
217 hnd->dhnd->pDrawPixel(hnd->dhnd, _X, _Y); \
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c639 drawHandler.pDrawPixel = &storePoint;

Completed in 39 milliseconds