OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readS32
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkReader32.h
106
int32_t
readS32
() { return this->readInt(); }
/external/chromium_org/third_party/skia/src/core/
SkBuffer.h
74
bool
readS32
(int32_t* x) { return read(x, 4); }
SkStream.cpp
33
int32_t SkStream::
readS32
() {
/external/skia/include/core/
SkReader32.h
106
int32_t
readS32
() { return this->readInt(); }
/external/skia/src/core/
SkBuffer.h
74
bool
readS32
(int32_t* x) { return read(x, 4); }
SkStream.cpp
33
int32_t SkStream::
readS32
() {
Completed in 205 milliseconds