Searched refs:rectangleCount (Results 1 – 2 of 2) sorted by relevance
367 final int rectangleCount = destinationRectangles.size(); in startAnimation() local369 final List<RoundedRectangleShape> shapes = new ArrayList<>(rectangleCount); in startAnimation()393 for (int index = 0; index < rectangleCount; ++index) { in startAnimation()
1643 uint32_t rcount = region->rectangleCount; in QueuePresentKHR()