Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpCodec.cpp234 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()
DSkCodecPriv.h230 inline uint16_t get_short(uint8_t* buffer, uint32_t i) { in get_short() function
DSkIcoCodec.cpp51 const uint16_t numImages = get_short(dirBuffer.get(), 4); in NewFromStream()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh118 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
/external/iproute2/include/
Dutils.h107 #define get_short get_s16 macro