Home
last modified time | relevance | path

Searched refs:NO_FORCE_ROUND_START (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h467 NO_FORCE_ROUND_START = 1 << 2, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp115 constexpr uint16_t NO_FORCE_ROUND = static_cast<uint16_t>(PixelRoundPolicy::NO_FORCE_ROUND_START) |
3372 bool noRoundLeft = flag & static_cast<uint16_t>(PixelRoundPolicy::NO_FORCE_ROUND_START); in OnePixelRounding()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5945 return PixelRoundPolicy::NO_FORCE_ROUND_START; in ConvertNoPixelRoundPolicy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2243 value |= static_cast<uint16_t>(PixelRoundPolicy::NO_FORCE_ROUND_START); in JsPixelRound()