Searched refs:srctype (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawPath.java46 public static DrawPath locate(SurfaceType srctype, argument
52 srctype, comptype, dsttype);
55 protected DrawPath(SurfaceType srctype, argument
60 srctype, comptype, dsttype);
64 SurfaceType srctype,
69 srctype, comptype, dsttype);
80 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
85 srctype+" with "+comptype);
63 DrawPath(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DFillParallelogram.java48 public static FillParallelogram locate(SurfaceType srctype, argument
54 srctype, comptype, dsttype);
57 protected FillParallelogram(SurfaceType srctype, argument
62 srctype, comptype, dsttype);
66 SurfaceType srctype,
71 srctype, comptype, dsttype);
82 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
88 srctype+" with "+comptype);
65 FillParallelogram(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DFillPath.java46 public static FillPath locate(SurfaceType srctype, argument
52 srctype, comptype, dsttype);
55 protected FillPath(SurfaceType srctype, argument
60 srctype, comptype, dsttype);
64 SurfaceType srctype,
69 srctype, comptype, dsttype);
80 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
85 srctype+" with "+comptype);
63 FillPath(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DDrawGlyphListLCD.java47 public static DrawGlyphListLCD locate(SurfaceType srctype, argument
53 srctype, comptype, dsttype);
56 protected DrawGlyphListLCD(SurfaceType srctype, argument
60 super(methodSignature, primTypeID, srctype, comptype, dsttype);
64 SurfaceType srctype,
69 srctype, comptype, dsttype);
80 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
63 DrawGlyphListLCD(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DFillRect.java51 public static FillRect locate(SurfaceType srctype, argument
57 srctype, comptype, dsttype);
60 protected FillRect(SurfaceType srctype, argument
64 super(methodSignature, primTypeID, srctype, comptype, dsttype);
68 SurfaceType srctype,
72 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
85 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
89 return new General(srctype, comptype, dsttype);
95 public General(SurfaceType srctype, argument
99 super(srctype, comptyp
67 FillRect(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
[all...]
H A DDrawLine.java51 public static DrawLine locate(SurfaceType srctype, argument
56 srctype, comptype, dsttype);
59 protected DrawLine(SurfaceType srctype, argument
63 super(methodSignature, primTypeID, srctype, comptype, dsttype);
67 SurfaceType srctype,
71 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
80 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
86 srctype+" with "+comptype);
66 DrawLine(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DDrawParallelogram.java50 public static DrawParallelogram locate(SurfaceType srctype, argument
56 srctype, comptype, dsttype);
59 protected DrawParallelogram(SurfaceType srctype, argument
64 srctype, comptype, dsttype);
68 SurfaceType srctype,
73 srctype, comptype, dsttype);
85 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
91 srctype+" with "+comptype);
67 DrawParallelogram(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DDrawPolygons.java48 public static DrawPolygons locate(SurfaceType srctype, argument
54 srctype, comptype, dsttype);
57 protected DrawPolygons(SurfaceType srctype, argument
61 super(methodSignature, primTypeID, srctype, comptype, dsttype);
65 SurfaceType srctype,
69 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
81 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
87 srctype+" with "+comptype);
64 DrawPolygons(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DDrawRect.java51 public static DrawRect locate(SurfaceType srctype, argument
57 srctype, comptype, dsttype);
60 protected DrawRect(SurfaceType srctype, argument
64 super(methodSignature, primTypeID, srctype, comptype, dsttype);
68 SurfaceType srctype,
72 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
81 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
87 srctype+" with "+comptype);
67 DrawRect(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DFillSpans.java52 public static FillSpans locate(SurfaceType srctype, argument
58 srctype, comptype, dsttype);
61 protected FillSpans(SurfaceType srctype, argument
65 super(methodSignature, primTypeID, srctype, comptype, dsttype);
69 SurfaceType srctype,
73 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
88 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
94 srctype+" with "+comptype);
68 FillSpans(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DDrawGlyphList.java46 public static DrawGlyphList locate(SurfaceType srctype, argument
52 srctype, comptype, dsttype);
55 protected DrawGlyphList(SurfaceType srctype, argument
59 super(methodSignature, primTypeID, srctype, comptype, dsttype);
63 SurfaceType srctype,
67 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
80 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
83 return new General(srctype, comptype, dsttype);
89 public General(SurfaceType srctype, argument
93 super(srctype, comptyp
62 DrawGlyphList(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
[all...]
H A DDrawGlyphListAA.java46 public static DrawGlyphListAA locate(SurfaceType srctype, argument
52 srctype, comptype, dsttype);
55 protected DrawGlyphListAA(SurfaceType srctype, argument
59 super(methodSignature, primTypeID, srctype, comptype, dsttype);
63 SurfaceType srctype,
67 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
78 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
81 return new General(srctype, comptype, dsttype);
87 public General(SurfaceType srctype, argument
91 super(srctype, comptyp
62 DrawGlyphListAA(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
[all...]
H A DMaskFill.java63 public static MaskFill locate(SurfaceType srctype, argument
69 srctype, comptype, dsttype);
72 public static MaskFill locatePrim(SurfaceType srctype, argument
78 srctype, comptype, dsttype);
101 SurfaceType srctype,
105 super(alternateSignature, primTypeID, srctype, comptype, dsttype);
108 protected MaskFill(SurfaceType srctype, argument
112 super(methodSignature, primTypeID, srctype, comptype, dsttype);
116 SurfaceType srctype,
120 super(pNativePrim, methodSignature, primTypeID, srctype, comptyp
100 MaskFill(String alternateSignature, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
115 MaskFill(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
152 makePrimitive(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
174 General(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
[all...]
H A DScaledBlit.java54 public static ScaledBlit locate(SurfaceType srctype, argument
60 srctype, comptype, dsttype);
85 protected ScaledBlit(SurfaceType srctype, argument
89 super(methodSignature, primTypeID, srctype, comptype, dsttype);
93 SurfaceType srctype,
98 srctype, comptype, dsttype);
112 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
118 System.out.println("src: "+srctype);
92 ScaledBlit(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DTransformBlit.java56 public static TransformBlit locate(SurfaceType srctype, argument
62 srctype, comptype, dsttype);
87 protected TransformBlit(SurfaceType srctype, argument
91 super(methodSignature, primTypeID, srctype, comptype, dsttype);
95 SurfaceType srctype,
100 srctype, comptype, dsttype);
115 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
121 System.out.println("src: "+srctype);
94 TransformBlit(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DTransformHelper.java55 public static TransformHelper locate(SurfaceType srctype) { argument
58 srctype,
80 protected TransformHelper(SurfaceType srctype) { argument
81 super(methodSignature, primTypeID, srctype,
86 public TransformHelper(long pNativePrim, SurfaceType srctype, argument
91 srctype, comptype, dsttype);
102 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
H A DGraphicsPrimitiveProxy.java59 SurfaceType srctype,
63 super(methodSignature, primID, srctype, comptype, dsttype);
68 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
56 GraphicsPrimitiveProxy(Class owner, String relativeClassName, String methodSignature, int primID, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DBlit.java59 public static Blit locate(SurfaceType srctype, argument
65 srctype, comptype, dsttype);
89 protected Blit(SurfaceType srctype, argument
93 super(methodSignature, primTypeID, srctype, comptype, dsttype);
97 SurfaceType srctype,
101 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
117 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
123 System.out.println("src: "+srctype);
129 GeneralXorBlit gxb = new GeneralXorBlit(srctype,
135 return new GeneralMaskBlit(srctype, comptyp
96 Blit(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
188 GeneralMaskBlit(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
223 GeneralXorBlit(SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
[all...]
H A DBlitBg.java63 public static BlitBg locate(SurfaceType srctype, argument
69 srctype, comptype, dsttype);
92 protected BlitBg(SurfaceType srctype, argument
96 super(methodSignature, primTypeID, srctype, comptype, dsttype);
100 SurfaceType srctype,
104 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
121 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
127 System.out.println("src: "+srctype);
131 return new General(srctype, comptype, dsttype);
137 public General(SurfaceType srctype, argument
99 BlitBg(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
[all...]
H A DMaskBlit.java57 public static MaskBlit locate(SurfaceType srctype, argument
63 srctype, comptype, dsttype);
86 protected MaskBlit(SurfaceType srctype, argument
90 super(methodSignature, primTypeID, srctype, comptype, dsttype);
94 SurfaceType srctype,
98 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
115 public GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
122 System.out.println("src: "+srctype);
132 General ob = new General(srctype, comptype, dsttype);
149 public General(SurfaceType srctype, argument
93 MaskBlit(long pNativePrim, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
[all...]
H A DGraphicsPrimitive.java261 * @param srctype The surface type for the source of the operation
266 SurfaceType srctype,
274 if (srctype == null) {
277 if (srctype.equals(sourceType)) {
280 srctype = srctype.getSuperType();
313 public abstract GraphicsPrimitive makePrimitive(SurfaceType srctype, argument
480 SurfaceType srctype = gbo.getSourceType();
486 convertsrc = createConverter(srctype, SurfaceType.IntArgb);
523 protected static Blit createConverter(SurfaceType srctype, argument
265 satisfies(String signature, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
[all...]
H A DGraphicsPrimitiveMgr.java145 SurfaceType srctype,
152 System.out.println(" from: "+srctype);
157 srctype, comptype, dsttype);
163 prim = prim.makePrimitive(srctype, comptype, dsttype);
174 SurfaceType srctype,
181 System.out.println(" from: "+srctype);
191 for (src = srctype; src != null; src = src.getSuperType()) {
144 locate(int primTypeID, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
173 locatePrim(int primTypeID, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.h59 int srctype,
69 jint srctype, jboolean texture,
H A DD3DBlitLoops.cpp204 int srctype,
221 " srctype=%d rect={%-4d, %-4d, %-4d, %-4d}",
222 srctype, r.left, r.top, r.right, r.bottom);
255 switch (srctype) {
313 srctype);
561 int srctype, D3DSDOps *srcOps,
630 srctype, pBlitTextureRes,
668 SurfaceDataRasInfo *srcInfo, int srctype,
675 return D3DBL_CopyImageToIntXrgbSurface(srcInfo, srctype,
802 jint srctype, jboolea
203 D3DBL_CopyImageToIntXrgbSurface(SurfaceDataRasInfo *pSrcInfo, int srctype, D3DResource *pDstSurfaceRes, jint srcx, jint srcy, jint srcWidth, jint srcHeight, jint dstx, jint dsty) argument
560 D3DBlitToSurfaceViaTexture(D3DContext *d3dc, SurfaceDataRasInfo *srcInfo, int srctype, D3DSDOps *srcOps, jboolean swsurface, jint hint, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
667 D3DBlitSwToTexture(D3DContext *d3dc, SurfaceDataRasInfo *srcInfo, int srctype, D3DSDOps *dstOps, jint sx1, jint sy1, jint sx2, jint sy2) argument
799 D3DBlitLoops_Blit(JNIEnv *env, D3DContext *d3dc, jlong pSrcOps, jlong pDstOps, jboolean xform, jint hint, jint srctype, jboolean texture, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.h52 jint srctype, jboolean texture,

Completed in 81 milliseconds

12