Home
last modified time | relevance | path

Searched refs:FORCE_CEIL_END (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h471 FORCE_CEIL_END = 1 << 6, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp44 static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_END) |
H A Dtabs_model_ng.cpp52 static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_END) |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp270 if (pixelRoundFlag_ & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_END)) { in PixelRoundToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3268 bool ceilRight = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_END); in RoundToPixelGrid()
3376 bool ceilRight = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_END); in OnePixelRounding()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp91 … static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_END) |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5908 ret = PixelRoundPolicy::FORCE_CEIL_END; in ConvertCeilPixelRoundPolicy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2261 value |= static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_END); in JsPixelRound()