Searched refs:FORCE_FLOOR_BOTTOM (Results 1 – 5 of 5) sorted by relevance
475 FORCE_FLOOR_BOTTOM = 1 << 10, enumerator
279 } else if (pixelRoundFlag_ & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_BOTTOM)) { in PixelRoundToJsonValue()
3271 bool floorBottom = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_BOTTOM); in RoundToPixelGrid()3380 bool floorBottom = flag & static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_BOTTOM); in OnePixelRounding()
5933 ret = PixelRoundPolicy::FORCE_FLOOR_BOTTOM; in ConvertFloorPixelRoundPolicy()
2274 value |= static_cast<uint16_t>(PixelRoundPolicy::FORCE_FLOOR_BOTTOM); in JsPixelRound()