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

  /frameworks/base/tools/aapt2/compile/
Png.h 33 class Png {
35 Png(IDiagnostics* diag) : mDiag(diag) {
Compile.cpp 23 #include "compile/Png.h"
388 Png png(context->getDiagnostics());
389 if (!png.process(pathData.source, &fin, &buffer, {})) {
547 } else if (pathData.extension == "png" || pathData.extension == "9.png") {
Png.cpp 18 #include "Png.h"
24 #include <png.h>
104 diag->error(DiagMessage() << "failed reading png");
415 diag->error(DiagMessage() << "failed to write png");
    [all...]
  /frameworks/base/tools/aapt2/
Android.mk 26 compile/Png.cpp \

Completed in 84 milliseconds