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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 65 paintInfo.context->clipRoundedRect(border);
245 context->clipRoundedRect(clipRect);
252 context->clipRoundedRect(RoundedRect(topCorner, topCornerRadii));
257 context->clipRoundedRect(RoundedRect(bottomCorner, bottomCornerRadii));
264 context->clipRoundedRect(RoundedRect(topCorner, topCornerRadii));
269 context->clipRoundedRect(RoundedRect(bottomCorner, bottomCornerRadii));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 315 void clipRoundedRect(const RoundedRect&, SkRegion::Op = SkRegion::kIntersect_Op);
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]
RenderLayer.cpp     [all...]

Completed in 235 milliseconds