OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadIntoSkData
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
gm_expectations.h
239
* SkAutoDataUnref dataRef(
readIntoSkData
(stream, maxBytes));
251
static SkData*
ReadIntoSkData
(SkStream &stream, size_t maxBytes);
254
* Wrapper around
ReadIntoSkData
for files: reads the entire file into
258
return
ReadIntoSkData
(stream, stream.getLength());
gm_expectations.cpp
228
/*static*/ SkData* JsonExpectationsSource::
ReadIntoSkData
(SkStream &stream, size_t maxBytes) {
Completed in 936 milliseconds