Home
last modified time | relevance | path

Searched refs:get_short (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/
Dutils.h85 #define get_short get_s16 macro
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gpos-table.hh109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++)); in apply_value()
110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); in apply_value()
112 …if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values++)); else valu… in apply_value()
116 …if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else v… in apply_value()
164 static inline const SHORT& get_short (const Value* value) in get_short() function
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++)); in apply_value()
110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); in apply_value()
112 …if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values++)); else valu… in apply_value()
116 …if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else v… in apply_value()
164 static inline const SHORT& get_short (const Value* value) in get_short() function