Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp171 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
173 if (dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
182 if (advance == next_advance && dontCares + next_dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
195 while (dontCares --> 0) { in SkPDFMakeCIDGlyphWidthsArray()

Completed in 1 milliseconds