Searched refs:glyph_pos (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 107 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/ |
D | SkSVGTextPriv.h | 172 SkRSXform computeGlyphXform(SkGlyphID, const SkFont&, const SkPoint& glyph_pos,
|
D | SkSVGText.cpp | 384 const SkPoint& glyph_pos, in computeGlyphXform() argument 386 SkPoint pos = fChunkPos + glyph_pos + pos_adjust.offset + fChunkAdvance * fChunkAlignmentFactor; in computeGlyphXform()
|
/external/skqp/gn/ |
D | gm.gni | 164 "$_gm/glyph_pos.cpp",
|
/external/skia/gn/ |
D | gm.gni | 197 "$_gm/glyph_pos.cpp",
|
/external/skqp/ |
D | Android.bp | 362 "gm/glyph_pos.cpp",
|
/external/skia/ |
D | Android.bp | 2144 "gm/glyph_pos.cpp", 3299 "gm/glyph_pos.cpp",
|