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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
ObjectPainter.cpp 308 // Turn off antialiasing to match the behavior of drawConvexPolygon();
345 graphicsContext->drawConvexPolygon(4, quad, antialias);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 254 void drawConvexPolygon(size_t numPoints, const FloatPoint*, bool shouldAntialias = false);
GraphicsContext.cpp 582 void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm     [all...]

Completed in 159 milliseconds