Searched refs:FORCE_CEIL_BOTTOM (Results 1 – 9 of 9) sorted by relevance
474 FORCE_CEIL_BOTTOM = 1 << 9, enumerator
45 static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM);
53 static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM);
301 static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM); in SearchButtonMeasure()
277 if (pixelRoundFlag_ & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM)) { in PixelRoundToJsonValue()
3270 bool ceilBottom = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM); in RoundToPixelGrid()3379 bool ceilBottom = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM); in OnePixelRounding()
92 … static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM);
5911 ret = PixelRoundPolicy::FORCE_CEIL_BOTTOM; in ConvertCeilPixelRoundPolicy()
2272 value |= static_cast<uint16_t>(PixelRoundPolicy::FORCE_CEIL_BOTTOM); in JsPixelRound()