Searched refs:templateHole (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | ShadowBlur.cpp | 621 …FloatRect templateHole = FloatRect(roundedRadius, roundedRadius, templateSize.width() - twiceRadiu… in drawInsetShadowWithTiling() local 623 …matchesLastInsetShadow(m_blurRadius, m_color, m_colorSpace, templateBounds, templateHole, radii)) { in drawInsetShadowWithTiling() 634 path.addRect(templateHole); in drawInsetShadowWithTiling() 636 …path.addRoundedRect(templateHole, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bot… in drawInsetShadowWithTiling() 643 …setLastInsetShadowValues(m_blurRadius, m_color, m_colorSpace, templateBounds, templateHole, radii); in drawInsetShadowWithTiling()
|