HomeSort by relevance Sort by last modified time
    Searched refs:read_header (Results 1 - 4 of 4) sorted by null

  /external/skia/src/codec/
SkCodec_wbmp.cpp 32 static bool read_header(SkStream* stream, SkISize* size) { function
113 (void)read_header(this->stream(), NULL);
153 return read_header(stream, NULL);
159 if (!read_header(stream, &size)) {
SkCodec_libpng.cpp 216 static bool read_header(SkStream* stream, png_structp* png_ptrp,
357 if (read_header(stream, &png_ptr, &info_ptr, &imageInfo)) {
493 // This sets fPng_ptr and fInfo_ptr to NULL. If read_header
501 if (read_header(this->stream(), &png_ptr, &info_ptr, NULL)) {
  /external/mesa3d/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 35 read_header(const std::string &header, module &m) { function in namespace:__anon16719
95 read_header({ source.begin(), body }, m);
  /frameworks/native/cmds/rawbu/
backup.cpp 438 static int read_header(FILE* fh, int* type, char** path, struct stat* st) function in namespace:android
539 if (read_header(fh, &type, &path, &statBuffer) == 0) {

Completed in 7218 milliseconds