Home
last modified time | relevance | path

Searched refs:FORCE_FLOOR_END (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h472 FORCE_FLOOR_END = 1 << 7, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp272 } else if (pixelRoundFlag_ & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_END)) { in PixelRoundToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3269 bool floorRight = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_END); in RoundToPixelGrid()
3377 bool floorRight = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_END); in OnePixelRounding()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5930 ret = PixelRoundPolicy::FORCE_FLOOR_END; in ConvertFloorPixelRoundPolicy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2263 value |= static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_END); in JsPixelRound()