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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 514 const FillLayer& maskLayers = m_renderBox.style()->maskLayers();
520 allMaskImagesLoaded &= maskLayers.imagesAreLoaded();
528 paintFillLayers(paintInfo, Color::transparent, m_renderBox.style()->maskLayers(), paintRect, BackgroundBleedNone, compositeOp);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 667 const FillLayer& maskLayers() const { return rareNonInheritedData->m_mask; }
    [all...]

Completed in 117 milliseconds