Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.h99 bool WritePng(IAaptContext* context, const Image* image,
DPngCrunch.cpp483 bool WritePng(IAaptContext* context, const Image* image, in WritePng() function
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp517 if (!WritePng(context, image.get(), nine_patch.get(), &crunched_png_buffer_out, {})) { in CompilePng()