HomeSort by relevance Sort by last modified time
    Searched refs:em_scale_y (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
150 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font);
hb-ot-layout-gpos-table.hh 110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
116 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else values++;
219 *y = font->em_scale_y (yCoordinate);
248 *y = y_ppem && ret ? cy : font->em_scale_y (yCoordinate);
271 *y = font->em_scale_y (yCoordinate);
    [all...]
hb-font-private.hh 181 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); } function in struct:hb_font_t
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
150 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font);
hb-ot-layout-gpos-table.hh 110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
116 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else values++;
219 *y = font->em_scale_y (yCoordinate);
248 *y = y_ppem && ret ? cy : font->em_scale_y (yCoordinate);
271 *y = font->em_scale_y (yCoordinate);
    [all...]
hb-font-private.hh 181 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); } function in struct:hb_font_t

Completed in 110 milliseconds