Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h470 NO_FORCE_ROUND_TOP = 1 << 5, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp116 static_cast<uint16_t>(PixelRoundPolicy::NO_FORCE_ROUND_TOP) |
3375 bool noRoundTop = flag & static_cast<uint16_t>(PixelRoundPolicy::NO_FORCE_ROUND_TOP); in OnePixelRounding()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5947 return PixelRoundPolicy::NO_FORCE_ROUND_TOP; in ConvertNoPixelRoundPolicy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2254 value |= static_cast<uint16_t>(PixelRoundPolicy::NO_FORCE_ROUND_TOP); in JsPixelRound()