Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp115 int16_t* defaultAdvance, in compose_advance_data() argument
120 *defaultAdvance = range.fAdvance[0]; in compose_advance_data()
149 int16_t* defaultAdvance) { in SkPDFMakeCIDGlyphWidthsArray() argument
207 compose_advance_data(curRange, emSize, defaultAdvance, result.get()); in SkPDFMakeCIDGlyphWidthsArray()
221 compose_advance_data(curRange, emSize, defaultAdvance, result.get()); in SkPDFMakeCIDGlyphWidthsArray()
228 compose_advance_data(curRange, emSize, defaultAdvance, result.get()); in SkPDFMakeCIDGlyphWidthsArray()
238 compose_advance_data(curRange, emSize, defaultAdvance, result.get()); in SkPDFMakeCIDGlyphWidthsArray()
243 compose_advance_data(curRange, emSize, defaultAdvance, result.get()); in SkPDFMakeCIDGlyphWidthsArray()
263 compose_advance_data(curRange, emSize, defaultAdvance, result.get()); in SkPDFMakeCIDGlyphWidthsArray()
/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp75 SkScalar* defaultAdvance) { in SkPDFMakeCIDGlyphWidthsArray() argument
124 *defaultAdvance = scale_from_font_units(modeAdvance, emSize); in SkPDFMakeCIDGlyphWidthsArray()
126 *defaultAdvance = 0; in SkPDFMakeCIDGlyphWidthsArray()
DSkPDFMakeCIDGlyphWidthsArray.h20 SkScalar* defaultAdvance);