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

/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DDrawPath.h36 #define DHND(HND) ((DrawHandlerData*)((HND)->pData)) macro
H A DDrawPath.c40 LineUtils_ProcessLine(DHND(hnd)->pRasInfo,
41 DHND(hnd)->pixel,
42 DHND(hnd)->pPrim->funcs.drawline,
43 DHND(hnd)->pPrim,
44 DHND(hnd)->pCompInfo,
50 DHND(hnd)->pPrim->funcs.drawline(
51 DHND(hnd)->pRasInfo, x0, y0, DHND(hnd)->pixel, 1, 0,
53 DHND(hnd)->pPrim, DHND(hn
[all...]
H A DFillPath.c38 DHND(hnd)->pPrim->funcs.drawline(
39 DHND(hnd)->pRasInfo, x0, y0, DHND(hnd)->pixel, x1 - x0 + 1, 0,
41 DHND(hnd)->pPrim, DHND(hnd)->pCompInfo);

Completed in 42 milliseconds