Searched refs:bitmapDepth (Results 1 – 2 of 2) sorted by relevance
/test/ostest/wukong/common/src/ |
D | wukong_util.cpp | 45 static constexpr int bitmapDepth = 8; in TakeWuKongScreenCap() local 72 …png_set_IHDR(pngStruct, pngInfo, width, height, bitmapDepth, PNG_COLOR_TYPE_RGBA, PNG_INTERLACE_NO… in TakeWuKongScreenCap()
|
/test/testfwk/arkxtest/uitest/server/ |
D | system_ui_controller.cpp | 462 static constexpr int bitmapDepth = 8; in TakeScreenCap() local 463 …png_set_IHDR(pngStruct, pngInfo, width, height, bitmapDepth, PNG_COLOR_TYPE_RGBA, PNG_INTERLACE_NO… in TakeScreenCap()
|