Home | History | Annotate | Download | only in chromium

Lines Matching full:lroundf

247         totalWidth += lroundf(m_glyphBuffer.advanceAt(m_from + i));
273 int x = lroundf(m_point.x() + startAdvance);
274 int y = lroundf(m_point.y() - m_font->fontMetrics().ascent());
344 IntPoint intPoint(lroundf(m_point.x()),
345 lroundf(m_point.y()));
348 int left = lroundf(m_point.x()) + state.characterToX(m_from);
349 int right = lroundf(m_point.x()) + state.characterToX(m_to);
401 int lastHorizontalOffsetRounded = lroundf(horizontalOffset); // The rounded offset of the left side of the last glyph rendered.
412 advances[i] = lroundf
526 state.draw(graphicsContext, hdc, lroundf(point.x()), lroundf(point.y() - fontMetrics().ascent()), from, to);