Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp171 int repeatedAdvances = 0; in SkPDFMakeCIDGlyphWidthsArray() local
194 repeatedAdvances++; in SkPDFMakeCIDGlyphWidthsArray()
200 repeatedAdvances + 1 + wildCardsInRun) { // All in run. in SkPDFMakeCIDGlyphWidthsArray()
205 } else if (repeatedAdvances + 1 >= 2 || trailingWildCards >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
212 repeatedAdvances = 0; in SkPDFMakeCIDGlyphWidthsArray()
217 repeatedAdvances + 1 + wildCardsInRun >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
219 gId - repeatedAdvances - wildCardsInRun - 2, in SkPDFMakeCIDGlyphWidthsArray()
225 } else if (trailingWildCards >= 4 && repeatedAdvances + 1 < 2) { in SkPDFMakeCIDGlyphWidthsArray()
233 (repeatedAdvances + 1 >= 3 || in SkPDFMakeCIDGlyphWidthsArray()
234 (repeatedAdvances + 1 >= 2 && wildCardsInRun >= 3))) { in SkPDFMakeCIDGlyphWidthsArray()
[all …]
/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp171 int repeatedAdvances = 0; in SkPDFMakeCIDGlyphWidthsArray() local
194 repeatedAdvances++; in SkPDFMakeCIDGlyphWidthsArray()
200 repeatedAdvances + 1 + wildCardsInRun) { // All in run. in SkPDFMakeCIDGlyphWidthsArray()
205 } else if (repeatedAdvances + 1 >= 2 || trailingWildCards >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
212 repeatedAdvances = 0; in SkPDFMakeCIDGlyphWidthsArray()
217 repeatedAdvances + 1 + wildCardsInRun >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
219 gId - repeatedAdvances - wildCardsInRun - 2, in SkPDFMakeCIDGlyphWidthsArray()
225 } else if (trailingWildCards >= 4 && repeatedAdvances + 1 < 2) { in SkPDFMakeCIDGlyphWidthsArray()
233 (repeatedAdvances + 1 >= 3 || in SkPDFMakeCIDGlyphWidthsArray()
234 (repeatedAdvances + 1 >= 2 && wildCardsInRun >= 3))) { in SkPDFMakeCIDGlyphWidthsArray()
[all …]