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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c105 jint clipLeft, jint clipTop,
117 for (y = clipTop; y < clipBottom; y++) {
140 if (top < clipTop) {
141 pixels += (clipTop - top) * rowBytes;
142 top = clipTop;
155 top -= clipTop;
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
216 clipTop = rasInfo.bounds.y1;
218 if (clipRight > clipLeft && clipBottom > clipTop) {
223 clipLeft, clipTop,
245 int clipLeft, clipRight, clipTop, clipBottom; local
283 clipTop = rasInfo.bounds.y1;
286 if (clipRight > clipLeft && clipBottom > clipTop) {
291 clipLeft, clipTop,
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntArgbPre.c1085 jint clipLeft, jint clipTop,
1126 if (top < clipTop) {
1127 pixels += (clipTop - top) * rowBytes;
1128 top = clipTop;
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.c1856 jint clipLeft, jint clipTop,
1906 if (top < clipTop) {
1907 pixels += (clipTop - top) * rowBytes;
1908 top = clipTop;
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 40 milliseconds