Searched refs:get_short (Results 1 – 6 of 6) sorted by relevance
239 bitsPerPixel = get_short(iBuffer.get(), 10); in ReadHeader()256 width = (int) get_short(iBuffer.get(), 0); in ReadHeader()257 height = (int) get_short(iBuffer.get(), 2); in ReadHeader()258 bitsPerPixel = get_short(iBuffer.get(), 6); in ReadHeader()
189 static inline uint16_t get_short(uint8_t* buffer, uint32_t i) { in get_short() function
47 const uint16_t numImages = get_short(dirBuffer.get(), 4); in NewFromStream()
285 short get_short() const { return 0; } in get_short() function313 IPC::WriteParam(nullptr, p.get_short()); // OK in TestWriteParamMemberArgument()
117 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++)); in apply_value()118 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); in apply_value()120 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values)); in apply_value()125 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values)); in apply_value()181 static inline const SHORT& get_short (const Value* value) in get_short() function
107 #define get_short get_s16 macro