Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp311 SkPDFArray* appendWidth(const int16_t& width, uint16_t emSize, in appendWidth() function
320 appendWidth(advance.fVerticalAdvance, emSize, array); in appendVerticalAdvance()
321 appendWidth(advance.fOriginXDisp, emSize, array); in appendVerticalAdvance()
322 appendWidth(advance.fOriginYDisp, emSize, array); in appendVerticalAdvance()
1166 fontInfo()->fEmSize, &appendWidth, in populate()
1309 appendWidth(widthRangeEntry->fAdvance[0], emSize, widthArray.get()); in addWidthInfoFromRange()
1314 appendWidth(widthRangeEntry->fAdvance[i], emSize, widthArray.get()); in addWidthInfoFromRange()
1317 appendWidth(defaultWidth, 1000, widthArray.get()); in addWidthInfoFromRange()