Searched defs:GetShort (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp32 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() { function in class:image_codec::BmpDecoderHelper
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp32 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() { function in class:image_codec::BmpDecoderHelper

Completed in 966 milliseconds