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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.cpp 285 RenderLayer* parentLayer = !isClippingRoot ? m_renderer.layer()->parent() : 0;
288 if (parentLayer) {
290 if (context.usesCache() && parentLayer->clipper().cachedClipRects(context)) {
291 clipRects = *parentLayer->clipper().cachedClipRects(context);
293 parentLayer->clipper().calculateClipRects(context, clipRects);
RenderLayer.cpp     [all...]

Completed in 186 milliseconds