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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 627 void GraphicsContext::fillRectWithRoundedHole(const IntRect& rect, const RoundedIntRect& roundedHoleRect, const Color& color, ColorSpace colorSpace)
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 788 void GraphicsContext::fillRectWithRoundedHole(const IntRect& rect, const RoundedIntRect& roundedHoleRect, const Color& color, ColorSpace colorSpace)
810 // fillRectWithRoundedHole() assumes that the edges of rect are clipped out, so we only care about shadows cast around inside the hole.
    [all...]

Completed in 30 milliseconds