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

  /external/harfbuzz_ng/src/
hb-ot-font.cc 134 *first_advance = font->em_scale_y (-(int) vmtx.get_advance (*first_glyph, font));
155 *y = font->em_scale_y (VORG.get_y_origin (glyph));
164 *y = font->em_scale_y (extents.y_bearing + tsb);
194 extents->y_bearing = font->em_scale_y (extents->y_bearing);
196 extents->height = font->em_scale_y (extents->height);
230 metrics->ascender = font->em_scale_y (hmtx.ascender);
231 metrics->descender = font->em_scale_y (hmtx.descender);
232 metrics->line_gap = font->em_scale_y (hmtx.line_gap);
hb-kern.hh 108 kern = font->em_scale_y (kern);
hb-aat-layout-kerx-table.hh 302 o.y_offset = c->font->em_scale_y (v);
330 buffer->pos[idx].y_advance += c->font->em_scale_y (v);
331 buffer->pos[idx].y_offset += c->font->em_scale_y (v);
560 o.y_offset = c->font->em_scale_y (markAnchor.yCoordinate) - c->font->em_scale_y (currAnchor.yCoordinate);
575 o.y_offset = c->font->em_scale_y (markY) - c->font->em_scale_y (currY);
hb-ot-layout-gdef-table.hh 103 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store);
hb-ot-math-table.hh 42 { return font->em_scale_y (value) + (base+deviceTable).get_y_delta (font); }
91 return font->em_scale_y (minHeight[constant - HB_OT_MATH_CONSTANT_DELIMITED_SUB_FORMULA_MIN_HEIGHT]);
hb-font.hh 133 hb_position_t em_scale_y (int16_t v) { return em_scale (v, y_scale); } function in struct:hb_font_t
hb-ot-layout-gpos-table.hh 117 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++, &ret));
124 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values, &ret));
    [all...]

Completed in 1730 milliseconds