Searched refs:em_scale_x (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gdef-table.hh101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
H A Dhb-ot-font.cc157 return font->em_scale_x (ot_font->hmtx->longHorMetric[glyph].advanceWidth);
H A Dhb-font-private.hh114 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); } function in struct:hb_font_t
H A Dhb-ot-layout-gpos-table.hh109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
224 *x = font->em_scale_x (xCoordinate);
253 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate);
276 *x = font->em_scale_x (xCoordinate);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
H A Dhb-ot-font.cc154 return font->em_scale_x (ot_font->hmtx->longHorMetric[glyph].advanceWidth);
H A Dhb-font-private.hh114 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); } function in struct:hb_font_t
H A Dhb-ot-layout-gpos-table.hh109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
224 *x = font->em_scale_x (xCoordinate);
253 *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate);
276 *x = font->em_scale_x (xCoordinate);

Completed in 178 milliseconds