OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fNeedsRewind
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkCodec.cpp
119
,
fNeedsRewind
(false)
134
// Store the value of
fNeedsRewind
so we can update it. Next read will
136
const bool needsRewind =
fNeedsRewind
;
137
fNeedsRewind
= true;
/external/skia/include/codec/
SkCodec.h
635
bool
fNeedsRewind
;
Completed in 45 milliseconds