Home
last modified time | relevance | path

Searched refs:SetDrawTextAsBitmap (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.h39 MOCK_METHOD1(SetDrawTextAsBitmap, void(bool useBitmap));
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_extended_modifier_test.cpp160 RSSystemProperties::SetDrawTextAsBitmap(true); in HWTEST_F()
163 RSSystemProperties::SetDrawTextAsBitmap(false); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_rosen_window.cpp36 void RosenWindow::SetDrawTextAsBitmap(bool useBitmap) {} in SetDrawTextAsBitmap() function in OHOS::Ace::NG::RosenWindow
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h135 virtual void SetDrawTextAsBitmap(bool useBitmap) {} in SetDrawTextAsBitmap() function in OHOS::OHOS::Ace::Window
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.h103 void SetDrawTextAsBitmap(bool useBitmap) override;
H A Drosen_window.cpp193 void RosenWindow::SetDrawTextAsBitmap(bool useBitmap) in SetDrawTextAsBitmap() function in OHOS::Ace::NG::RosenWindow
195 Rosen::RSSystemProperties::SetDrawTextAsBitmap(useBitmap); in SetDrawTextAsBitmap()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp165 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp172 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h172 static void SetDrawTextAsBitmap(bool flag);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssystemproperties_fuzzer/
H A Drssystemproperties_fuzzer.cpp103 RSSystemProperties::SetDrawTextAsBitmap(true); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp457 RSSystemProperties::SetDrawTextAsBitmap(true); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp442 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1335 EXPECT_CALL(*(MockWindow*)(context_->window_.get()), SetDrawTextAsBitmap(_)).Times(AnyNumber()); in HWTEST_F()

Completed in 13 milliseconds