Home
last modified time | relevance | path

Searched refs:glyph_pos (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh107 hb_glyph_position_t &glyph_pos) const in apply_value()
116 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++, &ret)); in apply_value()
117 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++, &ret)); in apply_value()
119 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values, &ret)); in apply_value()
124 … if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values, &ret)); in apply_value()
139 …if (use_x_device) glyph_pos.x_offset += (base + get_device (values, &ret)).get_x_delta (font, sto… in apply_value()
143 …if (use_y_device) glyph_pos.y_offset += (base + get_device (values, &ret)).get_y_delta (font, sto… in apply_value()
147 …if (horizontal && use_x_device) glyph_pos.x_advance += (base + get_device (values, &ret)).get_x_de… in apply_value()
152 …if (!horizontal && use_y_device) glyph_pos.y_advance -= (base + get_device (values, &ret)).get_y_d… in apply_value()
474 unsigned int glyph_pos) const in apply()
[all …]
/external/skia/modules/svg/src/
DSkSVGTextPriv.h172 SkRSXform computeGlyphXform(SkGlyphID, const SkFont&, const SkPoint& glyph_pos,
DSkSVGText.cpp384 const SkPoint& glyph_pos, in computeGlyphXform() argument
386 SkPoint pos = fChunkPos + glyph_pos + pos_adjust.offset + fChunkAdvance * fChunkAlignmentFactor; in computeGlyphXform()
/external/skqp/gn/
Dgm.gni164 "$_gm/glyph_pos.cpp",
/external/skia/gn/
Dgm.gni197 "$_gm/glyph_pos.cpp",
/external/skqp/
DAndroid.bp362 "gm/glyph_pos.cpp",
/external/skia/
DAndroid.bp2144 "gm/glyph_pos.cpp",
3299 "gm/glyph_pos.cpp",