Searched defs:drawPolygon (Results 1 – 2 of 2) sorted by relevance
344 public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints) in drawPolygon() method in OverrideGraphics2D349 public void drawPolygon(Polygon p) in drawPolygon() method in OverrideGraphics2D
878 void PainterOpenVG::drawPolygon(size_t numPoints, const FloatPoint* points, VGbitfield specifiedPai… in drawPolygon() function in WebCore::PainterOpenVG