Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp694 IntRect offsetBounds = bounds; in areaCastingShadowInHole() local
695 offsetBounds.move(-shadowOffset); in areaCastingShadowInHole()
696 return unionRect(bounds, offsetBounds); in areaCastingShadowInHole()