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

/openjdk7/jdk/src/share/native/sun/font/
H A DDrawGlyphList.c50 #define FLOOR_ASSIGN(l, r)\ macro
110 FLOOR_ASSIGN(gbv->glyphs[g].x, px + ginfo->topLeftX);
111 FLOOR_ASSIGN(gbv->glyphs[g].y, py + ginfo->topLeftY);
123 FLOOR_ASSIGN(gbv->glyphs[g].x, x + ginfo->topLeftX);
124 FLOOR_ASSIGN(gbv->glyphs[g].y, y + ginfo->topLeftY);
592 FLOOR_ASSIGN(gbv->glyphs[g].x, pos);
621 FLOOR_ASSIGN(gbv->glyphs[g].x, px + ginfo->topLeftX);
624 FLOOR_ASSIGN(gbv->glyphs[g].y, py + ginfo->topLeftY);
640 FLOOR_ASSIGN(gbv->glyphs[g].x, pos);
649 FLOOR_ASSIGN(gb
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp757 #define FLOOR_ASSIGN(l, r) \ macro
802 FLOOR_ASSIGN(x, glyphx);
803 FLOOR_ASSIGN(y, glyphy);
807 FLOOR_ASSIGN(x, glyphx);
808 FLOOR_ASSIGN(y, glyphy);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c1059 #define FLOOR_ASSIGN(l, r) \ macro
1103 FLOOR_ASSIGN(x, glyphx);
1104 FLOOR_ASSIGN(y, glyphy);
1108 FLOOR_ASSIGN(x, glyphx);
1109 FLOOR_ASSIGN(y, glyphy);

Completed in 38 milliseconds