Searched refs:widthLeft (Results 1 – 3 of 3) sorted by relevance
56 int widthLeft = width; in rectangleFits() local59 while (widthLeft > 0) { in rectangleFits()64 widthLeft -= fSkyline[i].fWidth; in rectangleFits()66 SkASSERT(i < fSkyline.count() || widthLeft <= 0); in rectangleFits()
1023 SkScalar widthLeft = width - line.fAdvance.fX; in shapeCorrect() local1047 auto score = [widthLeft](const ShapedRun& run) -> SkScalar { in shapeCorrect()1048 if (run.fAdvance.fX < widthLeft) { in shapeCorrect()1055 return widthLeft - run.fAdvance.fX; in shapeCorrect()