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

  /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/android/context/
GraphicsContextAndroid.cpp 213 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points,
220 platformContext()->drawConvexPolygon(numPoints, points, shouldAntialias);
PlatformGraphicsContextSkia.cpp 261 void PlatformGraphicsContextSkia::drawConvexPolygon(size_t numPoints,
PlatformGraphicsContextRecording.cpp 791 void PlatformGraphicsContextRecording::drawConvexPolygon(size_t numPoints,
798 ALOGW("drawConvexPolygon with numPoints != 4 is not supported!");
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 237 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntialias)
  /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/cg/
GraphicsContextCG.cpp 412 void GraphicsContext::drawConvexPolygon(size_t numberOfPoints, const FloatPoint* points, bool antialiased)
    [all...]
  /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/skia/
GraphicsContextSkia.cpp 452 void GraphicsContext::drawConvexPolygon(size_t numPoints,
    [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 31 milliseconds