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

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp137 void GraphicsContext::drawConvexPolygon(size_t pointsLength, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp129 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp213 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, function in class:WebCore::GraphicsContext
220 platformContext()->drawConvexPolygon(numPoints, points, shouldAntialias);
H A DPlatformGraphicsContextSkia.cpp261 void PlatformGraphicsContextSkia::drawConvexPolygon(size_t numPoints, function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp791 void PlatformGraphicsContextRecording::drawConvexPolygon(size_t numPoints, function in class:WebCore::PlatformGraphicsContextRecording
798 ALOGW("drawConvexPolygon with numPoints != 4 is not supported!");
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp237 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp485 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
1170 // antialiasing. This is the same strategy as used in drawConvexPolygon().
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp412 void GraphicsContext::drawConvexPolygon(size_t numberOfPoints, const FloatPoint* points, bool antialiased) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp441 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext
459 p->drawConvexPolygon(polygon);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp452 void GraphicsContext::drawConvexPolygon(size_t numPoints, function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp857 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext

Completed in 202 milliseconds