OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readS32
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkBuffer.h
78
int32_t
readS32
() { int32_t x; read(&x, 4); return x; }
SkReader32.h
102
int32_t
readS32
() { return this->readInt(); }
/external/skia/src/core/
SkStream.cpp
60
int32_t SkStream::
readS32
() {
Completed in 87 milliseconds