Home
last modified time | relevance | path

Searched refs:WriteToPng (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_utils.cpp22 static bool WriteToPng(const std::string &filename, const WriteToPngParam &param) 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 Dsnapshot_surface.cpp74 bool WriteToPng(const std::string &filename, const WriteToPngParam &param) 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 Drender_service_client_ui_capture_demo.cpp68 bool WriteToPng(const string &fileName, const WriteToPngParam &param)
187 return WriteToPng(fileName, param);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1453 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 &param)
1656 RS_LOGI("RSBaseRenderUtil::WriteToPng filename is empty");
1659 RS_LOGI("RSBaseRenderUtil::WriteToPng filenam
[all...]
H A Drs_base_render_util.h195 static bool WriteToPng(const std::string &filename, const WriteToPngParam &param);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp1136 * @tc.desc: Test WriteToPng
1144 ASSERT_EQ(false, RSBaseRenderUtil::WriteToPng(filename, param)); in HWTEST_F()

Completed in 7 milliseconds