/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/ |
H A D | plugin_bridge.cpp | 82 bool isRound = SystemProperties::GetIsScreenRound(); in GetDeviceInfo() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.h | 57 bool isRound = false; member
|
H A D | ace_run_args.h | 73 bool isRound = false; member
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window_model.h | 45 bool isRound = false; // shape rect(false) circle(true) member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 87 bool isRound; member
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | system_properties.cpp | 154 int32_t deviceWidth, int32_t deviceHeight, int32_t orientation, double resolution, bool isRound) in InitDeviceInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 760 …nderBox::GetBoxRRect(const Offset& offset, const Border& border, double shrinkFactor, bool isRound) 792 …nderBox::GetBoxRRect(const Offset& offset, const Border& border, double shrinkFactor, bool isRound)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 1824 …Pattern::AdjustPaintRect(float positionX, float positionY, float width, float height, bool isRound) in AdjustPaintRect() 1880 float XComponentPattern::RoundValueToPixelGrid(float value, bool isRound, bool forceCeil, bool forc… in RoundValueToPixelGrid()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 551 int32_t deviceWidth, int32_t deviceHeight, int32_t orientation, double resolution, bool isRound) in InitDeviceInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_pattern.cpp | 179 float RoundValueToPixelGrid(float value, bool isRound, bool forceCeil, bool forceFloor) in RoundValueToPixelGrid() 199 RectF AdjustPaintRect(float positionX, float positionY, float width, float height, bool isRound) in AdjustPaintRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 2220 const Offset& offset, const Border& border, double shrinkFactor, bool isRound) in GetBoxRRect() 2267 const Offset& offset, const Border& border, double shrinkFactor, bool isRound) in GetBoxRRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 3157 float RosenRenderContext::RoundValueToPixelGrid(float value, bool isRound, bool forceCeil, bool for… in RoundValueToPixelGrid() 3192 float RosenRenderContext::OnePixelValueRounding(float value, bool isRound, bool forceCeil, bool for… in OnePixelValueRounding() 3252 void RosenRenderContext::RoundToPixelGrid(bool isRound, uint16_t flag) in RoundToPixelGrid() 6411 void RosenRenderContext::SavePaintRect(bool isRound, uint16_t flag)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 794 bool isRound = SystemProperties::GetIsScreenRound(); in GetDeviceInfo() local
|