Searched refs:lastAdvance (Results 1 – 3 of 3) sorted by relevance
172 int16_t lastAdvance = kInvalidAdvance; in SkPDFMakeCIDGlyphWidthsArray() local202 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()
123 SkPoint lastAdvance = info.fAdvance - (fPositions.back() - fPositions.front()); in commitRunBuffer() local124 fJSONWriter->appendFloat(lastAdvance.fX); in commitRunBuffer()