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

  /external/iproute2/include/
utils.h 84 #define get_short get_s16 macro
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 109 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
110 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values++)); else values++;
116 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else values++;
164 static inline const SHORT& get_short (const Value* value) function in struct:OT::ValueFormat
    [all...]

Completed in 688 milliseconds