HomeSort by relevance Sort by last modified time
    Searched full:widthmod (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 896 float widthMod = fmodf(width * deviceScaleFactor, rowPixels);
897 if (rowPixels - widthMod > deviceScaleFactor)
898 width -= widthMod / deviceScaleFactor;
    [all...]

Completed in 350 milliseconds