Home
last modified time | relevance | path

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

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