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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp697 IntRect offsetBounds = bounds; local
698 offsetBounds.move(-shadowOffset);
699 return unionRect(bounds, offsetBounds);

Completed in 98 milliseconds