Searched defs:drawConvexPolygon (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp140 void GraphicsContext::drawConvexPolygon(size_t pointsLength, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp131 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp239 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp611 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp466 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
1188 // antialiasing. This is the same strategy as used in drawConvexPolygon().
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp443 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool antialiased) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp472 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
501 p->drawConvexPolygon(polygon);
504 p->drawConvexPolygon(polygon);
/external/webkit/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp449 void GraphicsContext::drawConvexPolygon(size_t numPoints, function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp877 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext

Completed in 51 milliseconds