HomeSort by relevance Sort by last modified time
    Searched defs:GetShort (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
art_field-inl.h 158 inline int16_t ArtField::GetShort(Object* object) {
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp 32 GetShort(); // Signature.
50 GetShort(); // Planes.
51 bpp_ = GetShort();
63 width_ = GetShort();
64 height_ = GetShort();
65 GetShort(); // Planes.
66 bpp_ = GetShort();
286 uint32 val = GetShort();
332 int BmpDecoderHelper::GetShort() {
  /external/skia/src/images/
bmpdecoderhelper.cpp 32 GetShort(); // Signature.
50 GetShort(); // Planes.
51 bpp_ = GetShort();
63 width_ = GetShort();
64 height_ = GetShort();
65 GetShort(); // Planes.
66 bpp_ = GetShort();
286 uint32 val = GetShort();
332 int BmpDecoderHelper::GetShort() {

Completed in 1275 milliseconds