OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetShort
(Results
1 - 3
of
3
) sorted by null
/art/runtime/mirror/
art_field-inl.h
130
inline int16_t ArtField::
GetShort
(const Object* object) const {
/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 282 milliseconds