Searched refs:DrawPath (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DDrawPath.java34 * DrawPath
39 public class DrawPath extends GraphicsPrimitive { class in inherits:GraphicsPrimitive
42 "DrawPath(...)".toString();
46 public static DrawPath locate(SurfaceType srctype,
50 return (DrawPath)
55 protected DrawPath(SurfaceType srctype, method in class:DrawPath
63 public DrawPath(long pNativePrim, method in class:DrawPath
74 * All DrawPath implementors must have this invoker method
76 public native void DrawPath(SunGraphics2D sg2d, SurfaceData sData, method in class:DrawPath
84 throw new InternalError("DrawPath no
106 public void DrawPath(SunGraphics2D sg2d, SurfaceData sData, method in class:DrawPath.TraceDrawPath
[all...]
H A DRenderLoops.java47 public DrawPath drawPathLoop;
H A DGeneralRenderer.java84 DrawPath.methodSignature,
85 DrawPath.primTypeID,
127 DrawPath.methodSignature,
128 DrawPath.primTypeID,
786 class SetDrawPathANY extends DrawPath {
793 public void DrawPath(SunGraphics2D sg2d, SurfaceData sData, method in class:SetDrawPathANY
931 class XorDrawPathANY extends DrawPath {
938 public void DrawPath(SunGraphics2D sg2d, SurfaceData sData, method in class:XorDrawPathANY
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DGraphicsPrimitiveMgr.h425 PrimitiveType DrawPath; member in struct:_PrimitiveTypes
635 REGISTER_PRIMITIVE(DrawPath, SRC, COMP, DST, FUNC), \
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DLoopPipe.java185 sg2d.loops.drawPathLoop.DrawPath(sg2d, sg2d.getSurfaceData(),
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/
H A DSurfaceData.java46 import sun.java2d.loops.DrawPath;
882 loops.drawPathLoop = DrawPath.locate(src, comp, dst);

Completed in 106 milliseconds