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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawRect.java40 * DrawRect
45 public class DrawRect extends GraphicsPrimitive class in inherits:GraphicsPrimitive
47 public final static String methodSignature = "DrawRect(...)".toString();
51 public static DrawRect locate(SurfaceType srctype,
55 return (DrawRect)
60 protected DrawRect(SurfaceType srctype, method in class:DrawRect
67 public DrawRect(long pNativePrim, method in class:DrawRect
76 * All DrawRect implementors must have this invoker method
78 public native void DrawRect(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawRect
86 throw new InternalError("DrawRect no
108 public void DrawRect(SunGraphics2D sg2d, SurfaceData dest, method in class:DrawRect.TraceDrawRect
[all...]
H A DGeneralRenderer.java92 DrawRect.methodSignature,
93 DrawRect.primTypeID,
135 DrawRect.methodSignature,
136 DrawRect.primTypeID,
808 class SetDrawRectANY extends DrawRect {
815 public void DrawRect(SunGraphics2D sg2d, SurfaceData sData, method in class:SetDrawRectANY
952 class XorDrawRectANY extends DrawRect {
959 public void DrawRect(SunGraphics2D sg2d, SurfaceData sData, method in class:XorDrawRectANY
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp431 HRESULT D3DVertexCacher::DrawRect(int x1, int y1, int x2, int y2) function in class:D3DVertexCacher
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h243 * Note that this same inner loop is used for native DrawRect
421 PrimitiveType DrawRect; member in struct:_PrimitiveTypes
574 * Note that the DrawLine, DrawRect, and DrawPolygons primitives are
629 REGISTER_PRIMITIVE(DrawRect, SRC, COMP, DST, FUNC), \

Completed in 53 milliseconds