Home
last modified time | relevance | path

Searched defs:isRound (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp82 bool isRound = SystemProperties::GetIsScreenRound(); in GetDeviceInfo() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.h57 bool isRound = false; member
H A Dace_run_args.h73 bool isRound = false; member
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_model.h45 bool isRound = false; // shape rect(false) circle(true) member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h87 bool isRound; member
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp154 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 Drosen_render_box.cpp760 …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 Dxcomponent_pattern.cpp1824 …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 Dsystem_properties.cpp551 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 Dvideo_pattern.cpp179 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 Drosen_decoration_painter.cpp2220 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 Drosen_render_context.cpp3157 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 Djsi_engine.cpp794 bool isRound = SystemProperties::GetIsScreenRound(); in GetDeviceInfo() local