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

  /external/skia/src/images/
bmpdecoderhelper.cpp 39 GetShort(); // Signature.
57 GetShort(); // Planes.
58 bpp_ = GetShort();
70 width_ = GetShort();
71 height_ = GetShort();
72 GetShort(); // Planes.
73 bpp_ = GetShort();
293 uint32 val = GetShort();
339 int BmpDecoderHelper::GetShort() {
bmpdecoderhelper.h 94 int GetShort();

Completed in 36 milliseconds