Searched refs:clipLeft (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,
116 glyphCounter = ((clipRight - clipLeft) + 7) >> 3;
136 if (left < clipLeft) {
137 pixels += clipLeft - left;
138 left = clipLeft;
156 left -= clipLeft;
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,
204 if (left < clipLeft) {
205 pixels += clipLeft - left;
206 left = clipLeft;
H A Dvis_GlyphList.c63 if (left < clipLeft) { \
64 pixels += clipLeft - left; \
65 left = clipLeft; \
H A Dvis_GlyphListXor.c65 if (left < clipLeft) { \
66 pixels += clipLeft - left; \
67 left = clipLeft; \
H A Dvis_IntArgb.c401 if (left < clipLeft) {
402 pixels += clipLeft - left;
403 left = clipLeft;
H A Dvis_ByteGray_Mask.c632 if (clipRight - clipLeft >= 16) {
662 if (left < clipLeft) {
663 pixels += clipLeft - left;
664 left = clipLeft;
H A Djava2d_Mlib.h143 jint clipLeft, jint clipTop, \
H A Dvis_IntArgbBm.c580 if (left < clipLeft) {
581 pixels += clipLeft - left;
582 left = clipLeft;
H A Dvis_IntBgr.c861 if (left < clipLeft) {
862 pixels += clipLeft - left;
863 left = clipLeft;
H A Dvis_IntRgb.c587 if (left < clipLeft) {
588 pixels += clipLeft - left;
589 left = clipLeft;
H A Dvis_IntRgbx.c997 if (left < clipLeft) {
998 pixels += clipLeft - left;
999 left = clipLeft;
H A Dvis_IntArgbPre.c1085 jint clipLeft, jint clipTop,
1122 if (left < clipLeft) {
1123 pixels += clipLeft - left;
1124 left = clipLeft;
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,
1902 if (left < clipLeft) {
1903 pixels += clipLeft - left;
1904 left = clipLeft;
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
214 clipLeft = rasInfo.bounds.x1;
218 if (clipRight > clipLeft && clipBottom > clipTop) {
223 clipLeft, clipTop,
245 int clipLeft, clipRight, clipTop, clipBottom; local
281 clipLeft = rasInfo.bounds.x1;
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.java1363 int clipLeft = clipBounds.x;
1375 && nodeX >= clipLeft
1388 && rightX >= clipLeft
1420 int clipLeft = clipBounds.x;
1423 if (lineX >= clipLeft && lineX <= clipRight) {

Completed in 626 milliseconds