Searched refs:WriteToPng (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test_utils.cpp | 22 static bool WriteToPng(const std::string &filename, const WriteToPngParam ¶m) in WriteToPng() function 25 LOGI("RSBaseRenderUtil::WriteToPng filename is empty"); in WriteToPng() 28 LOGI("RSBaseRenderUtil::WriteToPng filename = %{public}s", filename.c_str()); in WriteToPng() 42 LOGE("WriteToPng file: %s open file failed, errno: %d", filename.c_str(), errno); in WriteToPng() 79 return WriteToPng(fileName, param); in WriteToPngWithPixelMap()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | snapshot_surface.cpp | 74 bool WriteToPng(const std::string &filename, const WriteToPngParam ¶m) in WriteToPng() function 77 RS_LOGI("WriteToPng filename is empty"); in WriteToPng() 80 RS_LOGI("WriteToPng filename = %{public}s", filename.c_str()); in WriteToPng() 137 return WriteToPng(filename, param); in WritePixelMapToPng()
|
H A D | render_service_client_ui_capture_demo.cpp | 68 bool WriteToPng(const string &fileName, const WriteToPngParam ¶m) 187 return WriteToPng(fileName, param);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 1453 return WriteToPng(filename, param); 1491 return WriteToPng(filename, param); 1535 return WriteToPng(filename, param); 1563 return WriteToPng(filename, param); 1603 return WriteToPng(filename, param); 1622 return WriteToPng(filename, param); 1650 return WriteToPng(filename, param); 1653 bool RSBaseRenderUtil::WriteToPng(const std::string &filename, const WriteToPngParam ¶m) 1656 RS_LOGI("RSBaseRenderUtil::WriteToPng filename is empty"); 1659 RS_LOGI("RSBaseRenderUtil::WriteToPng filenam [all...] |
H A D | rs_base_render_util.h | 195 static bool WriteToPng(const std::string &filename, const WriteToPngParam ¶m);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 1136 * @tc.desc: Test WriteToPng 1144 ASSERT_EQ(false, RSBaseRenderUtil::WriteToPng(filename, param)); in HWTEST_F()
|
Completed in 7 milliseconds