Home
last modified time | relevance | path

Searched refs:exteriorPath (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DShadowBlur.cpp655 Path exteriorPath; in drawInsetShadowWithTiling() local
656 exteriorPath.addRect(boundingRect); in drawInsetShadowWithTiling()
657 exteriorPath.addRect(destHoleBounds); in drawInsetShadowWithTiling()
662 graphicsContext->fillPath(exteriorPath); in drawInsetShadowWithTiling()