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

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp196 int maxBufferY = std::min(imageRect.height(), marginRect.maxY() - imageRect.y()); local
198 for (int y = minBufferY; y < maxBufferY; ++y) {

Completed in 102 milliseconds