/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | grid_column_info.cpp | 49 double dipScale = GridSystemManager::GetInstance().GetDipScale(); in GetWidth() local 99 double dipScale = GridSystemManager::GetInstance().GetDipScale(); in GetOffset() local
|
H A D | screen_system_manager.h | 56 void SetWindowInfo(double screenWidth, double density, double dipScale) in SetWindowInfo() 64 void SetWindowInfo(double density, double dipScale) in SetWindowInfo()
|
H A D | screen_system_manager.cpp | 47 auto dipScale = context->GetDipScale(); in GetSize() local
|
H A D | grid_container_info.cpp | 57 double dipScale = GridSystemManager::GetInstance().GetDipScale(); in BuildColumnWidth() local
|
H A D | grid_system_manager.cpp | 91 double dipScale = GridSystemManager::GetInstance().GetDipScale(); in ToString() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
H A D | rosen_render_positioned.cpp | 28 auto dipScale = context->GetDipScale(); in Update() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_material_filter_test.cpp | 48 float dipScale = 1.0; variable 67 float dipScale = 1.0f; variable 197 float dipScale = 1.0f; variable 345 float dipScale = 1.0f; variable 409 float dipScale = 1.0f; variable
|
H A D | rs_filter_test.cpp | 49 float dipScale = 1.0f; variable 82 float dipScale = 1.0f; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_filter.cpp | 46 std::shared_ptr<RSFilter> RSFilter::CreateMaterialFilter(int style, float dipScale, BLUR_COLOR_MODE… in CreateMaterialFilter() 63 float RSFilter::RadiusVp2Sigma(float radiusVp, float dipScale) in RadiusVp2Sigma()
|
H A D | rs_material_filter.cpp | 81 RSMaterialFilter::RSMaterialFilter(int style, float dipScale, BLUR_COLOR_MODE mode, float ratio) in RSMaterialFilter() 118 float RSMaterialFilter::RadiusVp2Sigma(float radiusVp, float dipScale) in RadiusVp2Sigma() 190 MATERIAL_BLUR_STYLE style, float dipScale, float ratio) in CreateMaterialStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border_edge.h | 52 double GetWidthInPx(double dipScale) const in GetWidthInPx()
|
H A D | edge.cpp | 21 double GetValueInPx(const Dimension& value, double dipScale) in GetValueInPx()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/ |
H A D | rosen_render_clip.cpp | 56 double dipScale = context->GetDipScale(); in SyncGeometryProperties() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | rosen_render_tab_bar_item.cpp | 45 double dipScale = pipelineContext->GetDipScale(); in Paint() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar.cpp | 97 double dipScale = NormalizeToPx(info->GetParent()->GetGutterWidth()); in GetMaxWidthBasedOnGridType() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_universal_painter.cpp | 41 SkCanvas* canvas, const RRect& paintRRect, uint32_t backgroundColor, double dipScale) in DrawRRectBackground()
|
H A D | rosen_decoration_painter.cpp | 616 const Gradient& gradient, const SkSize& size, float dipScale) in CreateRadialGradient() 633 const Gradient& gradient, const RSSize& size, float dipScale) in CreateRadialGradient() 686 … static SkPoint GetCenter(const RadialGradient& radialGradient, const SkSize& size, float dipScale) in GetCenter() 703 … static RSPoint GetCenter(const RadialGradient& radialGradient, const RSSize& size, float dipScale) in GetCenter() 723 … const RadialGradient& radialGradient, const SkSize& size, const SkPoint& center, float dipScale) in GetCircleSize() 767 … const RadialGradient& radialGradient, const RSSize& size, const RSPoint& center, float dipScale) in GetCircleSize() 1021 const Gradient& gradient, const SkSize& size, float dipScale) in CreateSweepGradient() 1053 static SkPoint GetCenter(const SweepGradient& sweepGradient, const SkSize& size, float dipScale) in GetCenter() 1166 const Offset& position, SkCanvas* canvas, const sk_sp<SkImage>& image, double dipScale) in PaintBorderImage() 1217 … const Offset& position, RSCanvas* canvas, const std::shared_ptr<RSImage>& image, double dipScale) in PaintBorderImage() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | dimension.h | 135 double ConvertToPx(double dipScale) const in ConvertToPx()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | rosen_render_radio.cpp | 220 double dipScale = 1.0; in DrawTouchBoard() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_grid_container.cpp | 67 auto dipScale = GridSystemManager::GetInstance().GetDipScale(); in CallSpecializedMethod() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 206 auto dipScale = context->GetDipScale(); in ConvertDimensionToScaleBySize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | internal_drag_action.h | 61 float dipScale = 0.0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rosen_render_rating.cpp | 259 double dipScale = 1.0; in PaintPress() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_collapsing_navigation_bar.cpp | 108 auto dipScale = GetContext().Upgrade()->GetDipScale(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | rosen_render_text_overlay.cpp | 399 double dipScale = 1.0; in PaintMore() local
|