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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DAnchorTables.cpp115 le_int16 adjx = dtx->getAdjustment((le_int16) fontInstance->getXPixelsPerEm()); local
117 pixels.fX += adjx;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAnyByteBinary.h65 int PREFIX ## adjx = (x) + (INFO)->pixelBitOffset / TYPE ## BitsPerPixel; \
66 int PREFIX ## index = (PREFIX ## adjx) / TYPE ## PixelsPerByte; \
68 (((PREFIX ## adjx) % TYPE ## PixelsPerByte) * \
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c81 jfloat adjx; /* last X coordinate adjustment */ member in struct:__anon933
183 pd->adjx = newadjx; \
206 x1 += (pd->adjx + newadjy) / 2; \
223 x1 += pd->adjx; \

Completed in 484 milliseconds