Home | History | Annotate | Download | only in src

Lines Matching refs:get_short

118     if (format & xPlacement) glyph_pos.x_offset  += font->em_scale_x (get_short (values++));
119 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
121 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
126 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values));
180 static inline const SHORT& get_short (const Value* value)