Searched refs:get_short (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/codec/
H A DSkBmpCodec.cpp240 bitsPerPixel = get_short(iBuffer.get(), 10);
257 width = (int) get_short(iBuffer.get(), 0);
258 height = (int) get_short(iBuffer.get(), 2);
259 bitsPerPixel = get_short(iBuffer.get(), 6);
H A DSkCodecPriv.h179 static inline uint16_t get_short(uint8_t* buffer, uint32_t i) { function
H A DSkIcoCodec.cpp44 const uint16_t numImages = get_short(dirBuffer.get(), 4);
/external/skqp/src/codec/
H A DSkBmpCodec.cpp240 bitsPerPixel = get_short(iBuffer.get(), 10);
257 width = (int) get_short(iBuffer.get(), 0);
258 height = (int) get_short(iBuffer.get(), 2);
259 bitsPerPixel = get_short(iBuffer.get(), 6);
H A DSkCodecPriv.h179 static inline uint16_t get_short(uint8_t* buffer, uint32_t i) { function
H A DSkIcoCodec.cpp44 const uint16_t numImages = get_short(dirBuffer.get(), 4);
/external/v8/tools/clang/plugins/tests/
H A Dipc.cpp285 short get_short() const { return 0; } function in struct:Provider
313 IPC::WriteParam(nullptr, p.get_short()); // OK
/external/iproute2/include/
H A Dutils.h97 #define get_short get_s16 macro
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh117 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
118 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
120 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
125 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values));
181 static inline const INT16& get_short (const Value* value) function in struct:OT::ValueFormat

Completed in 388 milliseconds