Home
last modified time | relevance | path

Searched refs:FORCE_CEIL_BOTTOM (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h474 FORCE_CEIL_BOTTOM = 1 << 9, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp45 static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM);
H A Dtabs_model_ng.cpp53 static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp301 static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM); in SearchButtonMeasure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp277 if (pixelRoundFlag_ & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM)) { in PixelRoundToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3270 bool ceilBottom = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM); in RoundToPixelGrid()
3379 bool ceilBottom = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM); in OnePixelRounding()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp92 … static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5911 ret = PixelRoundPolicy::FORCE_CEIL_BOTTOM; in ConvertCeilPixelRoundPolicy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2272 value |= static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM); in JsPixelRound()