/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gdef-table.hh | 149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
|
hb-ot-layout-gpos-table.hh | 128 if (x_ppem) glyph_pos.x_offset += (base + get_device (values++)).get_x_delta (font); else values++; 134 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values++)).get_x_delta (font); else values++; 274 *x += (this+xDeviceTable).get_x_delta (font); 276 *y += (this+yDeviceTable).get_x_delta (font); [all...] |
hb-ot-layout-common-private.hh | 1101 inline hb_position_t get_x_delta (hb_font_t *font) const function in struct:OT::Device [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gdef-table.hh | 149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
|
hb-ot-layout-gpos-table.hh | 128 if (x_ppem) glyph_pos.x_offset += (base + get_device (values++)).get_x_delta (font); else values++; 134 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values++)).get_x_delta (font); else values++; 274 *x += (this+xDeviceTable).get_x_delta (font); 276 *y += (this+yDeviceTable).get_x_delta (font); [all...] |
hb-ot-layout-common-private.hh | 1072 inline hb_position_t get_x_delta (hb_font_t *font) const function in struct:OT::Device [all...] |