Searched refs:get_short (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/codec/ |
D | SkBmpCodec.cpp | 240 bitsPerPixel = get_short(iBuffer.get(), 10); in ReadHeader() 257 width = (int) get_short(iBuffer.get(), 0); in ReadHeader() 258 height = (int) get_short(iBuffer.get(), 2); in ReadHeader() 259 bitsPerPixel = get_short(iBuffer.get(), 6); in ReadHeader()
|
D | SkCodecPriv.h | 152 static inline uint16_t get_short(uint8_t* buffer, uint32_t i) { in get_short() function
|
D | SkIcoCodec.cpp | 44 const uint16_t numImages = get_short(dirBuffer.get(), 4); in MakeFromStream()
|
/external/skia/src/codec/ |
D | SkBmpCodec.cpp | 240 bitsPerPixel = get_short(iBuffer.get(), 10); in ReadHeader() 257 width = (int) get_short(iBuffer.get(), 0); in ReadHeader() 258 height = (int) get_short(iBuffer.get(), 2); in ReadHeader() 259 bitsPerPixel = get_short(iBuffer.get(), 6); in ReadHeader()
|
D | SkCodecPriv.h | 152 static inline uint16_t get_short(uint8_t* buffer, uint32_t i) { in get_short() function
|
D | SkIcoCodec.cpp | 44 const uint16_t numImages = get_short(dirBuffer.get(), 4); in MakeFromStream()
|
/external/v8/tools/clang/plugins/tests/ |
D | ipc.cpp | 285 short get_short() const { return 0; } in get_short() function 313 IPC::WriteParam(nullptr, p.get_short()); // OK in TestWriteParamMemberArgument()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 116 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++, &ret)); in apply_value() 117 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++, &ret)); in apply_value() 119 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values, &ret)); in apply_value() 124 … if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values, &ret)); in apply_value() 184 static const HBINT16& get_short (const Value* value, bool *worked=nullptr) in get_short() function
|
/external/iproute2/include/ |
D | utils.h | 97 #define get_short get_s16 macro
|