Searched refs:floatRect (Results 1 – 1 of 1) sorted by relevance
59 inline explicit Rect(const FloatRect& floatRect) { in Rect() argument62 left = static_cast<int32_t>(floatRect.left + 0.5f); in Rect()63 top = static_cast<int32_t>(floatRect.top + 0.5f); in Rect()64 right = static_cast<int32_t>(floatRect.right + 0.5f); in Rect()65 bottom = static_cast<int32_t>(floatRect.bottom + 0.5f); in Rect()