Searched refs:normalizeRect (Results 1 – 2 of 2) sorted by relevance
19 static inline IntRect normalizeRect(const IntRect& rect) in normalizeRect() function159 IntRect normalizedCropRect = normalizeRect(cropRect); in create()165 IntRect normalizedCropRect = normalizeRect(cropRect); in create()171 IntRect normalizedCropRect = normalizeRect(cropRect); in create()177 IntRect normalizedCropRect = normalizeRect(cropRect); in create()183 IntRect normalizedCropRect = normalizeRect(cropRect); in create()189 IntRect normalizedCropRect = normalizeRect(cropRect); in create()
1414 static inline FloatRect normalizeRect(const FloatRect& rect) in normalizeRect() function1496 FloatRect srcRect = normalizeRect(FloatRect(sx, sy, sw, sh)); in drawImageInternal()1497 FloatRect dstRect = normalizeRect(FloatRect(dx, dy, dw, dh)); in drawImageInternal()