Home | History | Annotate | Download | only in chromium

Lines Matching full:m_point

79     FloatPoint m_point;
100 , m_point(point)
195 // left of m_point. We express it this way so that if we're using the Skia
248 return IntRect(m_point.x() - (m_font->ascent() + m_font->descent()) / 2,
249 m_point.y() - m_font->ascent() - m_font->lineGap(),
260 SkPoint origin = m_point;
271 int x = lroundf(m_point.x() + startAdvance);
272 int y = lroundf(m_point.y() - m_font->ascent());
341 IntPoint intPoint(lroundf(m_point.x()),
342 lroundf(m_point.y()));
345 int left = lroundf(m_point.x()) + state.characterToX(m_from);
346 int right = lroundf(m_point.x()) + state.characterToX(m_to);
356 m_point.y() - m_font->ascent() - m_font->lineGap(),