Home
last modified time | relevance | path

Searched refs:read_header (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/codec/
DSkCodec_wbmp.cpp32 static bool read_header(SkStream* stream, SkISize* size) { in read_header() function
113 (void)read_header(this->stream(), NULL); in onGetPixels()
153 return read_header(stream, NULL); in IsWbmp()
159 if (!read_header(stream, &size)) { in NewFromStream()
DSkCodec_libpng.cpp216 static bool read_header(SkStream* stream, png_structp* png_ptrp, in read_header() function
357 if (read_header(stream, &png_ptr, &info_ptr, &imageInfo)) { in NewFromStream()
501 if (read_header(this->stream(), &png_ptr, &info_ptr, NULL)) { in handleRewind()
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
Dcompiler.cpp35 read_header(const std::string &header, module &m) { in read_header() function
95 read_header({ source.begin(), body }, m);