Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp896 float widthMod = fmodf(width * deviceScaleFactor, rowPixels); in drawLineForDocumentMarker() local
897 if (rowPixels - widthMod > deviceScaleFactor) in drawLineForDocumentMarker()
898 width -= widthMod / deviceScaleFactor; in drawLineForDocumentMarker()