OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetShort
(Results
1 - 10
of
10
) sorted by null
/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
() {
bmpdecoderhelper.h
87
int
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
() {
bmpdecoderhelper.h
87
int
GetShort
();
/art/runtime/mirror/
art_field.h
87
int16_t
GetShort
(const Object* object) const
art_field-inl.h
130
inline int16_t ArtField::
GetShort
(const Object* object) const {
/art/runtime/native/
java_lang_reflect_Field.cc
61
value.SetS(f->
GetShort
(o));
327
NATIVE_METHOD(Field,
getShort
, "(Ljava/lang/Object;)S"),
/art/runtime/
reflection.cc
353
boxed_value.SetS(primitive_field->
GetShort
(o));
class_linker_test.cc
[
all
...]
/art/runtime/interpreter/
interpreter.cc
664
shadow_frame.SetVReg(vregA, f->
GetShort
(obj));
[
all
...]
Completed in 613 milliseconds