Searched refs:infoHandle (Results 1 - 1 of 1) sorted by relevance
/developtools/global_resource_tool/src/ |
H A D | resource_check.cpp | 121 png_infop infoHandle = png_create_info_struct(pngHandle);
in GetPngWidthAndHeight() local 122 if (infoHandle == nullptr) {
in GetPngWidthAndHeight() 128 png_read_info(pngHandle, infoHandle);
in GetPngWidthAndHeight() 131 png_get_IHDR(pngHandle, infoHandle, &w, &h, nullptr, nullptr, nullptr, nullptr, nullptr);
in GetPngWidthAndHeight() 135 png_destroy_read_struct(&pngHandle, &infoHandle, 0);
in GetPngWidthAndHeight()
|
Completed in 1 milliseconds