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

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java338 posy = 1, field in class:ExtendedTextSourceLabel
369 int idx = l2v(index) * numvals + posy;
679 iposx = posy;
773 glyphinfo[cp + posy] = baseline;
815 glyphinfo[cp + posy] = baseline;
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp799 jfloat posy = NEXT_FLOAT(positions); local
801 glyphy = glyphListOrigY + posy + ginfo->topLeftY;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c1100 jfloat posy = NEXT_FLOAT(positions); local
1102 glyphy = glyphListOrigY + posy + ginfo->topLeftY;

Completed in 152 milliseconds