Searched refs:frect (Results 1 – 4 of 4) sorted by relevance
389 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() argument393 wxCoord x = (wxCoord)frect.x(); in roundToDevicePixels()394 wxCoord y = (wxCoord)frect.y(); in roundToDevicePixels()400 x = (wxCoord)frect.width(); in roundToDevicePixels()401 y = (wxCoord)frect.height(); in roundToDevicePixels()
630 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() argument633 double x = frect.x(); in roundToDevicePixels()634 double y = frect.y(); in roundToDevicePixels()642 x = frect.width(); in roundToDevicePixels()643 y = frect.height(); in roundToDevicePixels()
823 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() argument825 QRectF rect(frect); in roundToDevicePixels()
1328 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& frect) in roundToDevicePixels() argument1331 return frect; in roundToDevicePixels()