Searched refs:floatRect (Results 1 – 2 of 2) sorted by relevance
72 inline explicit Rect(const FloatRect& floatRect) { in Rect() argument75 left = static_cast<int32_t>(floatRect.left + 0.5f); in Rect()76 top = static_cast<int32_t>(floatRect.top + 0.5f); in Rect()77 right = static_cast<int32_t>(floatRect.right + 0.5f); in Rect()78 bottom = static_cast<int32_t>(floatRect.bottom + 0.5f); in Rect()