Searched refs:clipRight (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c106 jint clipRight, jint clipBottom)
116 glyphCounter = ((clipRight - clipLeft) + 7) >> 3;
144 if (right > clipRight) {
145 right = clipRight;
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.c158 jint clipRight, jint clipBottom,
212 if (right > clipRight) {
213 right = clipRight;
H A Dvis_GlyphList.c71 if (right > clipRight) { \
72 right = clipRight; \
H A Dvis_GlyphListXor.c73 if (right > clipRight) { \
74 right = clipRight; \
H A Dvis_IntArgb.c409 if (right > clipRight) {
410 right = clipRight;
H A Djava2d_Mlib.h144 jint clipRight, jint clipBottom, \
H A Dvis_ByteGray_Mask.c632 if (clipRight - clipLeft >= 16) {
670 if (right > clipRight) {
671 right = clipRight;
H A Dvis_IntArgbBm.c588 if (right > clipRight) {
589 right = clipRight;
H A Dvis_IntBgr.c869 if (right > clipRight) {
870 right = clipRight;
H A Dvis_IntRgb.c595 if (right > clipRight) {
596 right = clipRight;
H A Dvis_IntArgbPre.c1086 jint clipRight, jint clipBottom,
1130 if (right > clipRight) {
1131 right = clipRight;
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_IntRgbx.c1005 if (right > clipRight) {
1006 right = clipRight;
H A Dvis_FourByteAbgr.c1857 jint clipRight, jint clipBottom,
1910 if (right > clipRight) {
1911 right = clipRight;
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
215 clipRight = rasInfo.bounds.x2;
218 if (clipRight > clipLeft && clipBottom > clipTop) {
224 clipRight, clipBottom,
245 int clipLeft, clipRight, clipTop, clipBottom; local
282 clipRight = rasInfo.bounds.x2;
286 if (clipRight > clipLeft && clipBottom > clipTop) {
292 clipRight, clipBottom, (jint)rgbOrder,
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAnyByteBinary.h495 jint clipRight, jint clipBottom, \
508 clipLeft, clipTop, clipRight, clipBottom, \
539 jint clipRight, jint clipBottom, \
562 clipLeft, clipTop, clipRight, clipBottom, \
592 jint clipRight, jint clipBottom, \
607 clipLeft, clipTop, clipRight, clipBottom, \
H A DLoopMacros.h1618 jint clipRight, jint clipBottom, \
1633 clipLeft, clipTop, clipRight, clipBottom, \
1749 jint clipRight, jint clipBottom, \
1774 clipLeft, clipTop, clipRight, clipBottom, \
1892 jint clipRight, jint clipBottom, \
1925 clipLeft, clipTop, clipRight, clipBottom, \
1963 jint clipRight, jint clipBottom, \
1984 clipLeft, clipTop, clipRight, clipBottom, \
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1364 int clipRight = clipBounds.x + clipBounds.width;
1376 && leftX < clipRight
1389 && nodeX < clipRight
1421 int clipRight = clipBounds.x + (clipBounds.width - 1);
1423 if (lineX >= clipLeft && lineX <= clipRight) {

Completed in 86 milliseconds