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

  /external/harfbuzz_ng/src/
hb-ot-font.cc 114 *first_advance = font->em_scale_x (hmtx.get_advance (*first_glyph, font));
193 extents->x_bearing = font->em_scale_x (extents->x_bearing);
195 extents->width = font->em_scale_x (extents->width);
245 metrics->ascender = font->em_scale_x (vmtx.ascender);
246 metrics->descender = font->em_scale_x (vmtx.descender);
247 metrics->line_gap = font->em_scale_x (vmtx.line_gap);
hb-kern.hh 90 kern = font->em_scale_x (kern);
hb-aat-layout-kerx-table.hh 310 buffer->pos[idx].x_advance += c->font->em_scale_x (v);
311 buffer->pos[idx].x_offset += c->font->em_scale_x (v);
322 o.x_offset = c->font->em_scale_x (v);
559 o.x_offset = c->font->em_scale_x (markAnchor.xCoordinate) - c->font->em_scale_x (currAnchor.xCoordinate);
574 o.x_offset = c->font->em_scale_x (markX) - c->font->em_scale_x (currX);
hb-ot-layout-gdef-table.hh 103 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) :
hb-ot-math-table.hh 40 { return font->em_scale_x (value) + (base+deviceTable).get_x_delta (font); }
hb-font.hh 132 hb_position_t em_scale_x (int16_t v) { return em_scale (v, x_scale); } function in struct:hb_font_t
hb-ot-layout-gpos-table.hh 116 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++, &ret));
119 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values, &ret));
    [all...]

Completed in 379 milliseconds