Searched refs:holeRect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp688 static inline IntRect areaCastingShadowInHole(const IntRect& holeRect, int shadowBlur, int shadowSpread, const IntSize& shadowOffset) argument
690 IntRect bounds(holeRect);
707 IntRect holeRect(rect.rect());
708 holeRect.inflate(-shadowSpread);
710 if (holeRect.isEmpty()) {
719 holeRect.move(-std::max(shadowOffset.width(), 0) - shadowBlur, 0);
720 holeRect.setWidth(holeRect.width() + std::max(shadowOffset.width(), 0) + shadowBlur);
723 holeRect.move(0, -std::max(shadowOffset.height(), 0) - shadowBlur);
724 holeRect
[all...]

Completed in 73 milliseconds