HomeSort by relevance Sort by last modified time
    Searched refs:get_short (Results 1 - 6 of 6) sorted by null

  /external/skia/src/codec/
SkBmpCodec.cpp 234 bitsPerPixel = get_short(iBuffer.get(), 10);
251 width = (int) get_short(iBuffer.get(), 0);
252 height = (int) get_short(iBuffer.get(), 2);
253 bitsPerPixel = get_short(iBuffer.get(), 6);
SkCodecPriv.h 230 inline uint16_t get_short(uint8_t* buffer, uint32_t i) { function
SkIcoCodec.cpp 51 const uint16_t numImages = get_short(dirBuffer.get(), 4);
  /external/iproute2/include/
utils.h 107 #define get_short get_s16 macro
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 118 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
119 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
121 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
126 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values));
180 static inline const SHORT& get_short (const Value* value) function in struct:OT::ValueFormat
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 937 milliseconds