/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_rendering_context_base.h | 32 virtual void SetDensity() = 0;
|
H A D | js_drawing_rendering_context.h | 51 void SetDensity() override {} in SetDensity() function
|
H A D | js_canvas.cpp | 64 jsContext->SetDensity(); in Create()
|
H A D | js_canvas_renderer.h | 53 void SetDensity() override;
|
H A D | js_offscreen_rendering_context.cpp | 185 jsRenderContext->SetDensity(); in Constructor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.cpp | 208 frontend_->SetDensity(density_); in RunDecompressedPlugin() 270 frontend_->SetDensity(density_); in RunPlugin() 306 resConfig.SetDensity(density_); in SetPluginComponentTheme()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | viewport_config_test.cpp | 69 viewConfig.SetDensity(1.0f);
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | viewport_config.h | 63 void SetDensity(float density) in SetDensity() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_pattern.cpp | 440 void OffscreenCanvasPattern::SetDensity(double density) in SetDensity() function in OHOS::Ace::NG::OffscreenCanvasPattern 442 offscreenPaintMethod_->SetDensity(density); in SetDensity()
|
H A D | offscreen_canvas_pattern.h | 118 void SetDensity(double density);
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.cpp | 538 void OffscreenCanvasRenderingContext2DModelNG::SetDensity(double density) in SetDensity() function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG 541 pattern_->SetDensity(density); in SetDensity()
|
H A D | offscreen_canvas_rendering_context_2d_model_ng.h | 107 void SetDensity(double density) override;
|
H A D | canvas_rendering_context_2d_model_ng.h | 110 void SetDensity(double density) override;
|
H A D | canvas_pattern.h | 179 void SetDensity(double density);
|
H A D | rendering_context_2d_model.h | 112 virtual void SetDensity(double density) {}; in SetDensity() function
|
H A D | canvas_rendering_context_2d_model_ng.cpp | 702 void CanvasRenderingContext2DModelNG::SetDensity(double density) in SetDensity() function in OHOS::Ace::NG::CanvasRenderingContext2DModelNG 706 pattern->SetDensity(density); in SetDensity()
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | window_scene.cpp | 60 config.SetDensity(windowModel.density); in Init()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 113 void SetDensity(double density) in SetDensity() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | resource_configuration.h | 58 void SetDensity(const double& density) in SetDensity() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 237 resConfig.SetDensity(density_); in RunCard() 297 frontend_->SetDensity(density_); in RunCard()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | screen_scene.cpp | 138 config.SetDensity(density_); in UpdateViewportConfig()
|
H A D | root_scene.cpp | 142 config.SetDensity(density_); in UpdateViewportConfig()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/ |
H A D | sendable_pixel_map_napi.h | 104 static napi_value SetDensity(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 185 void SetDensity(double density) in SetDensity() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.h | 144 void SetDensity(double density) in SetDensity() function
|