Searched refs:floatRect (Results 1 – 3 of 3) sorted by relevance
75 inline explicit Rect(const FloatRect& floatRect) { in Rect() argument78 left = static_cast<int32_t>(floatRect.left + 0.5f); in Rect()79 top = static_cast<int32_t>(floatRect.top + 0.5f); in Rect()80 right = static_cast<int32_t>(floatRect.right + 0.5f); in Rect()81 bottom = static_cast<int32_t>(floatRect.bottom + 0.5f); in Rect()