Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md573 end: PixelRoundCalcPolicy.FORCE_CEIL,
574 bottom: PixelRoundCalcPolicy.FORCE_CEIL
588 end: PixelRoundCalcPolicy.FORCE_CEIL,
589 bottom: PixelRoundCalcPolicy.FORCE_CEIL
H A Dts-appendix-enums.md952 | FORCE_CEIL | 取上整计算。|
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-arkui-layout.md130 .pixelRound({end: PixelRoundCalcPolicy.FORCE_CEIL})
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md562 end: PixelRoundCalcPolicy.FORCE_CEIL,
563 bottom: PixelRoundCalcPolicy.FORCE_CEIL
577 end: PixelRoundCalcPolicy.FORCE_CEIL,
578 bottom: PixelRoundCalcPolicy.FORCE_CEIL
H A Dts-appendix-enums.md952 | FORCE_CEIL | The value is rounded up to the nearest integer.|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h481 FORCE_CEIL = 1, enumerator
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-arkui-layout.md130 .pixelRound({end: PixelRoundCalcPolicy.FORCE_CEIL})
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp2238 if (PixelRoundCalcPolicy::FORCE_CEIL == static_cast<PixelRoundCalcPolicy>(startValue)) { in JsPixelRound()
2249 if (PixelRoundCalcPolicy::FORCE_CEIL == static_cast<PixelRoundCalcPolicy>(topValue)) { in JsPixelRound()
2260 if (PixelRoundCalcPolicy::FORCE_CEIL == static_cast<PixelRoundCalcPolicy>(endValue)) { in JsPixelRound()
2271 if (PixelRoundCalcPolicy::FORCE_CEIL == static_cast<PixelRoundCalcPolicy>(bottomValue)) { in JsPixelRound()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5961 if (tmp == PixelRoundCalcPolicy::FORCE_CEIL) { in ConvertPixelRoundPolicy()