Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.h93 std::unique_ptr<Image> ReadPng(IAaptContext* context, const Source& source, io::InputStream* in);
DPngCrunch.cpp146 std::unique_ptr<Image> ReadPng(IAaptContext* context, const Source& source, io::InputStream* in) { in ReadPng() function
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp484 std::unique_ptr<Image> image = ReadPng(context, path_data.source, &png_chunk_filter); in CompilePng()