OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fHasLengthAndPosition
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkStreamBuffer.h
58
if (
fHasLengthAndPosition
) {
100
const bool
fHasLengthAndPosition
;
101
// When
fHasLengthAndPosition
is true, we do not need to actually buffer
111
// Only used if !
fHasLengthAndPosition
. In that case, markPosition will
/external/skqp/src/codec/
SkStreamBuffer.h
58
if (
fHasLengthAndPosition
) {
100
const bool
fHasLengthAndPosition
;
101
// When
fHasLengthAndPosition
is true, we do not need to actually buffer
111
// Only used if !
fHasLengthAndPosition
. In that case, markPosition will
Completed in 172 milliseconds