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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.h60 void (*pDrawScanline)(struct _DrawHandler* hnd, jint x0, jint x1, jint y0); member in struct:_DrawHandler
H A DProcessPath.c2073 hnd->dhnd->pDrawScanline(hnd->dhnd, xl, xr, y >> MDP_PREC);
2085 hnd->dhnd->pDrawScanline(hnd->dhnd, xl, rightBnd, y >> MDP_PREC);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c631 drawHandler.pDrawScanline = &drawScanline;

Completed in 351 milliseconds