Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp172 int16_t lastAdvance = kInvalidAdvance; in SkPDFMakeCIDGlyphWidthsArray() local
202 if (advance == lastAdvance) { in SkPDFMakeCIDGlyphWidthsArray()
210 if (lastAdvance == 0) { in SkPDFMakeCIDGlyphWidthsArray()
225 if (lastAdvance == 0 && in SkPDFMakeCIDGlyphWidthsArray()
241 } else if (lastAdvance != 0 && in SkPDFMakeCIDGlyphWidthsArray()
250 curRange.fAdvance.push_back(lastAdvance); in SkPDFMakeCIDGlyphWidthsArray()
263 lastAdvance = advance; in SkPDFMakeCIDGlyphWidthsArray()
/third_party/skia/src/utils/
DSkShaperJSONWriter.cpp123 SkPoint lastAdvance = info.fAdvance - (fPositions.back() - fPositions.front()); in commitRunBuffer() local
124 fJSONWriter->appendFloat(lastAdvance.fX); in commitRunBuffer()
/third_party/flutter/skia/src/utils/
DSkShaperJSONWriter.cpp123 SkPoint lastAdvance = info.fAdvance - (fPositions.back() - fPositions.front()); in commitRunBuffer() local
124 fJSONWriter->appendFloat(lastAdvance.fX); in commitRunBuffer()