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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 465 bool hasClipPath = renderer->style()->clipPath();
466 bool needsChildClippingMask = (hasClipPath || renderer->style()->hasBorderRadius()) && (hasChildClippingLayer || isAcceleratedContents(renderer) || hasScrollingLayer());
470 if (hasClipPath)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 603 bool hasClipPath() const { return style() && style()->clipPath(); }
    [all...]

Completed in 5646 milliseconds