HomeSort by relevance Sort by last modified time
    Searched refs:drawConvexPolygon (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 94 virtual void drawConvexPolygon(size_t numPoints, const FloatPoint* points,
PlatformGraphicsContextSkia.h 78 virtual void drawConvexPolygon(size_t numPoints, const FloatPoint* points,
GraphicsContextAndroid.cpp 216 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points,
223 platformContext()->drawConvexPolygon(numPoints, points, shouldAntialias);
PlatformGraphicsContext.h 108 virtual void drawConvexPolygon(size_t numPoints, const FloatPoint* points,
PlatformGraphicsContextRecording.cpp 269 void PlatformGraphicsContextRecording::drawConvexPolygon(size_t numPoints,
PlatformGraphicsContextSkia.cpp 258 void PlatformGraphicsContextSkia::drawConvexPolygon(size_t numPoints,
  /external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp 574 paintInfo.context->drawConvexPolygon(6, pts);
599 paintInfo.context->drawConvexPolygon(3, pts);
615 paintInfo.context->drawConvexPolygon(3, pts);
616 paintInfo.context->drawConvexPolygon(3, pts2);
631 paintInfo.context->drawConvexPolygon(3, pts);
632 paintInfo.context->drawConvexPolygon(3, pts2);
RenderThemeMac.mm     [all...]
RenderThemeSafari.cpp 837 paintInfo.context->drawConvexPolygon(3, arrow, true);
    [all...]
RenderObject.cpp 874 // Turn off antialiasing to match the behavior of drawConvexPolygon();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 137 void GraphicsContext::drawConvexPolygon(size_t pointsLength, const FloatPoint* points, bool shouldAntialias)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 129 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 320 void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 237 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 157 context.drawConvexPolygon(4, points, true);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 441 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias)
459 p->drawConvexPolygon(polygon);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 485 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 452 void GraphicsContext::drawConvexPolygon(size_t numPoints,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 412 void GraphicsContext::drawConvexPolygon(size_t numberOfPoints, const FloatPoint* points, bool antialiased)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 857 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias)
    [all...]

Completed in 270 milliseconds