Home
last modified time | relevance | path

Searched defs:holeRect (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DShadowBlur.cpp470 …Shadow(GraphicsContext* graphicsContext, const FloatRect& rect, const FloatRect& holeRect, const R… in drawInsetShadow()
532 …Tiling(GraphicsContext* graphicsContext, const FloatRect& rect, const FloatRect& holeRect, const R… in drawInsetShadowWithoutTiling()
607 …Tiling(GraphicsContext* graphicsContext, const FloatRect& rect, const FloatRect& holeRect, const R… in drawInsetShadowWithTiling()
/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp2049 static inline IntRect areaCastingShadowInHole(const IntRect& holeRect, int shadowBlur, int shadowSp… in areaCastingShadowInHole()
2148 IntRect holeRect(border.rect()); in paintBoxShadow() local