Searched refs:widthMod (Results 1 – 1 of 1) sorted by relevance
896 float widthMod = fmodf(width * deviceScaleFactor, rowPixels); in drawLineForDocumentMarker() local897 if (rowPixels - widthMod > deviceScaleFactor) in drawLineForDocumentMarker()898 width -= widthMod / deviceScaleFactor; in drawLineForDocumentMarker()