Home | History | Annotate | Download | only in paint

Lines Matching refs:lroundf

617         space = lroundf((float)(areaSize - numberOfTiles * tileSize) / (numberOfTiles - 1));
702 long nrTiles = std::max(1l, lroundf((float)positioningAreaSize.width() / fillTileSize.width()));
716 long nrTiles = std::max(1l, lroundf((float)positioningAreaSize.height() / fillTileSize.height()));