Searched refs:ITEM_HALF_HEIGHT (Results 1 – 2 of 2) sorted by relevance
39 constexpr uint32_t ITEM_HALF_HEIGHT = 1; variable84 auto itemHeight = contentProperty.itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in PaintBackground()242 …if (!NearEqual(itemHalfSizes[ITEM_HALF_WIDTH], itemHalfSizes[ITEM_HALF_HEIGHT]) || currentIndexFla… in PaintUnselectedIndicator()245 float rectItemHeight = itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in PaintUnselectedIndicator()267 canvas.DrawCircle({ pointX, pointY }, itemHalfSizes[ITEM_HALF_HEIGHT]); in PaintUnselectedIndicator()
42 constexpr uint32_t ITEM_HALF_HEIGHT = 1; variable261 auto itemHeight = itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in CalculateNormalMargin()434 float itemHalfHeight = itemHalfSizes[ITEM_HALF_HEIGHT]; in isHoverPoint()