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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp904 float widthMod = fmodf(width * deviceScaleFactor, rowPixels); local
905 if (rowPixels - widthMod > deviceScaleFactor)
906 width -= widthMod / deviceScaleFactor;

Completed in 124 milliseconds