Searched defs:DrawLine (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawLine.java40 * DrawLine
45 public class DrawLine extends GraphicsPrimitive class in inherits:GraphicsPrimitive
47 public final static String methodSignature = "DrawLine(...)".toString();
51 public static DrawLine locate(SurfaceType srctype,
55 return (DrawLine) GraphicsPrimitiveMgr.locate(primTypeID,
59 protected DrawLine(SurfaceType srctype, method in class:DrawLine
66 public DrawLine(long pNativePrim, method in class:DrawLine
75 * All DrawLine implementors must have this invoker method
77 public native void DrawLine(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawLine
85 throw new InternalError("DrawLine no
107 public void DrawLine(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawLine.TraceDrawLine
[all...]
H A DGeneralRenderer.java74 DrawLine.methodSignature,
75 DrawLine.primTypeID,
117 DrawLine.methodSignature,
118 DrawLine.primTypeID,
737 class SetDrawLineANY extends DrawLine {
744 public void DrawLine(SunGraphics2D sg2d, SurfaceData sData, method in class:SetDrawLineANY
882 class XorDrawLineANY extends DrawLine {
889 public void DrawLine(SunGraphics2D sg2d, SurfaceData sData, method in class:XorDrawLineANY
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp224 HRESULT D3DVertexCacher::DrawLine(int x1, int y1, int x2, int y2) function in class:D3DVertexCacher
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h242 * The signature of the inner loop function for a "DrawLine".
340 * Note that these functions are paired with equivalent DrawLine
420 PrimitiveType DrawLine; member in struct:_PrimitiveTypes
574 * Note that the DrawLine, DrawRect, and DrawPolygons primitives are
628 REGISTER_PRIMITIVE(DrawLine, SRC, COMP, DST, FUNC), \

Completed in 49 milliseconds