Searched refs:clipTop (Results 1 - 17 of 17) 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/solaris/native/sun/java2d/loops/
H A Dvis_FourByteAbgrPre.c157 jint clipLeft, jint clipTop,
208 if (top < clipTop) {
209 pixels += (clipTop - top) * rowBytes;
210 top = clipTop;
H A Dvis_GlyphList.c67 if (top < clipTop) { \
68 pixels += (clipTop - top) * rowBytes; \
69 top = clipTop; \
H A Dvis_GlyphListXor.c69 if (top < clipTop) { \
70 pixels += (clipTop - top) * rowBytes; \
71 top = clipTop; \
H A Dvis_IntArgb.c405 if (top < clipTop) {
406 pixels += (clipTop - top) * rowBytes;
407 top = clipTop;
H A Djava2d_Mlib.h143 jint clipLeft, jint clipTop, \
H A Dvis_ByteGray_Mask.c666 if (top < clipTop) {
667 pixels += (clipTop - top) * rowBytes;
668 top = clipTop;
H A Dvis_IntArgbBm.c584 if (top < clipTop) {
585 pixels += (clipTop - top) * rowBytes;
586 top = clipTop;
H A Dvis_IntBgr.c865 if (top < clipTop) {
866 pixels += (clipTop - top) * rowBytes;
867 top = clipTop;
H A Dvis_IntRgb.c591 if (top < clipTop) {
592 pixels += (clipTop - top) * rowBytes;
593 top = clipTop;
H A Dvis_IntRgbx.c1001 if (top < clipTop) {
1002 pixels += (clipTop - top) * rowBytes;
1003 top = clipTop;
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
/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/share/native/sun/java2d/loops/
H A DAnyByteBinary.h494 jint clipLeft, jint clipTop, \
508 clipLeft, clipTop, clipRight, clipBottom, \
538 jint clipLeft, jint clipTop, \
562 clipLeft, clipTop, clipRight, clipBottom, \
591 jint clipLeft, jint clipTop, \
607 clipLeft, clipTop, clipRight, clipBottom, \
H A DLoopMacros.h1617 jint clipLeft, jint clipTop, \
1633 clipLeft, clipTop, clipRight, clipBottom, \
1748 jint clipLeft, jint clipTop, \
1774 clipLeft, clipTop, clipRight, clipBottom, \
1891 jint clipLeft, jint clipTop, \
1925 clipLeft, clipTop, clipRight, clipBottom, \
1962 jint clipLeft, jint clipTop, \
1984 clipLeft, clipTop, clipRight, clipBottom, \
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1365 int clipTop = clipBounds.y;
1373 if(lineY >= clipTop
1386 if(lineY >= clipTop
1424 int clipTop = clipBounds.y;
1441 clipTop);
1445 getVerticalLegBuffer(), clipTop);

Completed in 85 milliseconds