Searched refs:drawConvexPolygon (Results 1 - 16 of 16) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderThemeWince.cpp593 paintInfo.context->drawConvexPolygon(6, pts);
618 paintInfo.context->drawConvexPolygon(3, pts);
634 paintInfo.context->drawConvexPolygon(3, pts);
635 paintInfo.context->drawConvexPolygon(3, pts2);
650 paintInfo.context->drawConvexPolygon(3, pts);
651 paintInfo.context->drawConvexPolygon(3, pts2);
H A DRenderThemeChromiumMac.mm996 paintInfo.context->drawConvexPolygon(3, arrow1, true);
1004 paintInfo.context->drawConvexPolygon(3, arrow2, true);
H A DRenderThemeMac.mm925 paintInfo.context->drawConvexPolygon(3, arrow1, true);
933 paintInfo.context->drawConvexPolygon(3, arrow2, true);
H A DRenderThemeSafari.cpp842 paintInfo.context->drawConvexPolygon(3, arrow, true);
H A DRenderObject.cpp905 graphicsContext->drawConvexPolygon(4, quad);
/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/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/
H A DGraphicsContext.h237 void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false);
/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/WebKit/win/
H A DFullscreenVideoController.cpp153 context.drawConvexPolygon(4, points, true);
/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/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/skia/
H A DGraphicsContextSkia.cpp449 void GraphicsContext::drawConvexPolygon(size_t numPoints, 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/wince/
H A DGraphicsContextWince.cpp877 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias) function in class:WebCore::GraphicsContext

Completed in 1595 milliseconds