Searched refs:get_short (Results 1 – 5 of 5) sorted by relevance
234 bitsPerPixel = get_short(iBuffer.get(), 10); in ReadHeader()251 width = (int) get_short(iBuffer.get(), 0); in ReadHeader()252 height = (int) get_short(iBuffer.get(), 2); in ReadHeader()253 bitsPerPixel = get_short(iBuffer.get(), 6); in ReadHeader()
230 inline uint16_t get_short(uint8_t* buffer, uint32_t i) { in get_short() function
51 const uint16_t numImages = get_short(dirBuffer.get(), 4); in NewFromStream()
118 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++)); in apply_value()119 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); in apply_value()121 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values)); in apply_value()126 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values)); in apply_value()180 static inline const SHORT& get_short (const Value* value) in get_short() function
107 #define get_short get_s16 macro