Searched defs:clipBottom (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c106 jint clipRight, jint clipBottom)
117 for (y = clipTop; y < clipBottom; y++) {
147 if (bottom > clipBottom) {
148 bottom = clipBottom;
103 FillBitmap(XImage *theImage, ImageRef *glyphs, jint totalGlyphs, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) argument
/openjdk7/jdk/src/share/native/sun/font/
H A DDrawGlyphList.c178 int clipLeft, clipRight, clipTop, clipBottom; local
217 clipBottom = rasInfo.bounds.y2;
218 if (clipRight > clipLeft && clipBottom > clipTop) {
224 clipRight, clipBottom,
245 int clipLeft, clipRight, clipTop, clipBottom; local
284 clipBottom = rasInfo.bounds.y2;
286 if (clipRight > clipLeft && clipBottom > clipTop) {
292 clipRight, clipBottom, (jint)rgbOrder,
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntArgbPre.c1086 jint clipRight, jint clipBottom,
1133 if (bottom > clipBottom) {
1134 bottom = clipBottom;
1081 IntArgbPreDrawGlyphListAA(SurfaceDataRasInfo * pRasInfo, ImageRef *glyphs, jint totalGlyphs, jint fgpixel, jint argbcolor, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, NativePrimitive * pPrim, CompositeInfo * pCompInfo) argument
H A Dvis_FourByteAbgr.c1857 jint clipRight, jint clipBottom,
1913 if (bottom > clipBottom) {
1914 bottom = clipBottom;
1852 FourByteAbgrDrawGlyphListAA(SurfaceDataRasInfo * pRasInfo, ImageRef *glyphs, jint totalGlyphs, jint fgpixel, jint argbcolor, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom, NativePrimitive * pPrim, CompositeInfo * pCompInfo) argument

Completed in 42 milliseconds