Lines Matching refs:advance
70 /** Retrieve advance data for glyphs. Used by the PDF backend. */
82 // the ASCII representation of an advance plus a space is 10 characters
130 int16_t advance = (int16_t)glyphs[i]->advanceX();
134 if (advance == modeAdvance) {
144 if (advance != next_advance) {
151 result->appendScalar(scale_from_font_units(advance, emSize));
160 advanceArray->appendScalar(scale_from_font_units(advance, emSize));
163 advance = (int16_t)glyphs[j]->advanceX();
166 if (advance == modeAdvance) {
182 if (advance == next_advance && dontCares + next_dontCares >= 4) {
188 if (j + 2 < glyphs.size() && advance == next_advance) {
190 if (advance == next_advance) {
198 advanceArray->appendScalar(scale_from_font_units(advance, emSize));