Searched refs:pngInfo (Results 1 - 1 of 1) sorted by relevance
/test/ostest/wukong/common/src/ |
H A D | wukong_util.cpp | 102 png_infop pngInfo = png_create_info_struct(pngStruct); in TakeWuKongScreenCap() local 103 if (pngInfo == nullptr) { in TakeWuKongScreenCap() 111 png_destroy_write_struct(&pngStruct, &pngInfo); in TakeWuKongScreenCap() 115 png_set_IHDR(pngStruct, pngInfo, width, height, bitmapDepth, PNG_COLOR_TYPE_RGBA, PNG_INTERLACE_NONE, in TakeWuKongScreenCap() 118 png_write_info(pngStruct, pngInfo); // write to header in TakeWuKongScreenCap() 122 png_write_end(pngStruct, pngInfo); in TakeWuKongScreenCap() 124 png_destroy_write_struct(&pngStruct, &pngInfo); in TakeWuKongScreenCap()
|
Completed in 3 milliseconds