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

  /external/skia/legacy/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 100 milliseconds