Searched refs:txtype (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceDataProxy.java128 int txtype,
132 return (txtype < SunGraphics2D.TRANSFORM_TRANSLATESCALE &&
154 int txtype,
163 if (txtype >= SunGraphics2D.TRANSFORM_TRANSLATESCALE) {
127 isSupportedOperation(SurfaceData srcData, int txtype, CompositeType comp, Color bgColor) argument
153 isSupportedOperation(SurfaceData srcData, int txtype, CompositeType comp, Color bgColor) argument
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DTransformHelper.java97 AffineTransform itx, int txtype,
128 AffineTransform itx, int txtype,
134 target.Transform(output, src, dst, comp, clip, itx, txtype,
94 Transform(MaskBlit output, SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform itx, int txtype, int sx1, int sy1, int sx2, int sy2, int dx1, int dy1, int dx2, int dy2, int edges[], int dxoff, int dyoff) argument
125 Transform(MaskBlit output, SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform itx, int txtype, int sx1, int sy1, int sx2, int sy2, int dx1, int dy1, int dx2, int dy2, int edges[], int dxoff, int dyoff) argument
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java107 int txtype,
170 int txtype,
187 int txtype,
375 * <li> Check the operational parameters (txtype, comp, bgColor)
394 int txtype,
398 if (isSupportedOperation(srcData, txtype, comp, bgColor)) {
106 isSupportedOperation(SurfaceData srcData, int txtype, CompositeType comp, Color bgColor) argument
393 replaceData(SurfaceData srcData, int txtype, CompositeType comp, Color bgColor) argument
H A DSurfaceData.java214 int txtype,
233 srcData = sdp.replaceData(srcData, txtype, comp, bgColor);
213 getSourceSurfaceData(Image img, int txtype, CompositeType comp, Color bgColor) argument
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceDataProxy.java87 int txtype,
86 isSupportedOperation(SurfaceData srcData, int txtype, CompositeType comp, Color bgColor) argument
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceDataProxy.java75 int txtype,
74 isSupportedOperation(SurfaceData srcData, int txtype, CompositeType comp, Color bgColor) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceDataProxy.java75 public boolean isSupportedOperation(SurfaceData srcData, int txtype, argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DDrawImage.java140 int txtype = extraAT.getType();
146 (txtype == AffineTransform.TYPE_IDENTITY ||
147 txtype == AffineTransform.TYPE_TRANSLATION))
166 ((txtype & (AffineTransform.TYPE_FLIP |
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c269 jobject itxform, jint txtype,
340 switch (txtype) {
264 Java_sun_java2d_loops_TransformHelper_Transform(JNIEnv *env, jobject self, jobject maskblit, jobject srcData, jobject dstData, jobject comp, jobject clip, jobject itxform, jint txtype, jint sx1, jint sy1, jint sx2, jint sy2, jint dx1, jint dy1, jint dx2, jint dy2, jintArray edgeArray, jint dxoff, jint dyoff) argument

Completed in 42 milliseconds