Home
last modified time | relevance | path

Searched refs:SetDrawTextAsBitmap (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_extended_modifier_test.cpp160 RSSystemProperties::SetDrawTextAsBitmap(true);
163 RSSystemProperties::SetDrawTextAsBitmap(false);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.h39 MOCK_METHOD1(SetDrawTextAsBitmap, void(bool useBitmap));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
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()
H A Drosen_window.h100 void SetDrawTextAsBitmap(bool useBitmap) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h132 virtual void SetDrawTextAsBitmap(bool useBitmap) {} in SetDrawTextAsBitmap() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp171 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp177 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h171 static void SetDrawTextAsBitmap(bool flag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp432 RSSystemProperties::SetDrawTextAsBitmap(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp443 void RSSystemProperties::SetDrawTextAsBitmap(bool flag) in SetDrawTextAsBitmap() function in OHOS::Rosen::RSSystemProperties
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1033 EXPECT_CALL(*(MockWindow*)(context_->window_.get()), SetDrawTextAsBitmap(_)).Times(AnyNumber());