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

  /packages/services/Car/evs/app/
TexWrapper.cpp 90 png_infop pngInfo = png_create_info_struct(pngControl);
91 if (!pngInfo)
102 png_destroy_read_struct(&pngControl, &pngInfo, nullptr);
110 png_read_info(pngControl, pngInfo);
117 png_get_IHDR(pngControl, pngInfo,
137 png_read_update_info(pngControl, pngInfo);
138 int stride = png_get_rowbytes(pngControl, pngInfo);
146 png_destroy_read_struct(&pngControl, &pngInfo, nullptr);
156 png_destroy_read_struct(&pngControl, &pngInfo, nullptr);
188 png_destroy_read_struct(&pngControl, &pngInfo, nullptr)
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 37 struct PngInfo {
38 ~PngInfo() {
107 PngInfo* outInfo) {
247 static void analyze_image(IDiagnostics* diag, const PngInfo& imageInfo,
434 png_infop infoPtr, PngInfo* info, int grayScaleTolerance) {
886 static void getOutline(PngInfo* image) {
976 static bool do9Patch(PngInfo* image, std::string* outError) {
    [all...]

Completed in 525 milliseconds