Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImage.cpp187 …float hRepetitions = std::max(1.0f, roundf(dstRect.width() / (tileScaleFactor.width() * srcRect.wi… in drawTiled() local
188 tileScaleFactor.setWidth(dstRect.width() / (srcRect.width() * hRepetitions)); in drawTiled()