Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h469 FORCE_FLOOR_TOP = 1 << 4, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp43 static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_TOP) |
H A Dtabs_model_ng.cpp51 static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_TOP) |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_layout_algorithm.cpp300 auto pixelRound = static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_TOP) | in SearchButtonMeasure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp265 } else if (pixelRoundFlag_ & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_TOP)) { in PixelRoundToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3267 bool floorTop = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_TOP); in RoundToPixelGrid()
3374 bool floorTop = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_TOP); in OnePixelRounding()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp90 … static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_TOP) |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5927 ret = PixelRoundPolicy::FORCE_FLOOR_TOP; in ConvertFloorPixelRoundPolicy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2252 value |= static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_TOP); in JsPixelRound()