Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp310 SkPDFArray* appendWidth(const int16_t& width, uint16_t emSize, in appendWidth() function
319 appendWidth(advance.fVerticalAdvance, emSize, array); in appendVerticalAdvance()
320 appendWidth(advance.fOriginXDisp, emSize, array); in appendVerticalAdvance()
321 appendWidth(advance.fOriginYDisp, emSize, array); in appendVerticalAdvance()
1156 fontInfo()->fEmSize, &appendWidth, in populate()
1298 appendWidth(widthRangeEntry->fAdvance[0], emSize, widthArray.get()); in addWidthInfoFromRange()
1303 appendWidth(widthRangeEntry->fAdvance[i], emSize, widthArray.get()); in addWidthInfoFromRange()
1306 appendWidth(defaultWidth, 1000, widthArray.get()); in addWidthInfoFromRange()