Searched refs:FORCE_CEIL (Results 1 – 9 of 9) sorted by relevance
573 end: PixelRoundCalcPolicy.FORCE_CEIL,574 bottom: PixelRoundCalcPolicy.FORCE_CEIL588 end: PixelRoundCalcPolicy.FORCE_CEIL,589 bottom: PixelRoundCalcPolicy.FORCE_CEIL
952 | FORCE_CEIL | 取上整计算。|
130 .pixelRound({end: PixelRoundCalcPolicy.FORCE_CEIL})
562 end: PixelRoundCalcPolicy.FORCE_CEIL,563 bottom: PixelRoundCalcPolicy.FORCE_CEIL577 end: PixelRoundCalcPolicy.FORCE_CEIL,578 bottom: PixelRoundCalcPolicy.FORCE_CEIL
952 | FORCE_CEIL | The value is rounded up to the nearest integer.|
481 FORCE_CEIL = 1, enumerator
2238 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()
5961 if (tmp == PixelRoundCalcPolicy::FORCE_CEIL) { in ConvertPixelRoundPolicy()