Home | History | Annotate | Download | only in rendering

Lines Matching refs:lroundf

77     int snappedX = lroundf(x());
78 int snappedY = lroundf(y());
80 int snappedMaxX = lroundf(x() + width());
81 int snappedMaxY = lroundf(y() + height());