Searched defs:m_point (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DHitTestResult.h60 IntPoint point() const { return m_point; }
70 void setPoint(const IntPoint& p) { m_point = p; }
134 IntPoint m_point; member in class:WebCore::HitTestResult
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp80 FloatPoint m_point; member in class:WebCore::__anon15889::TransparencyAwareFontPainter
101 , m_point(point)
196 // left of m_point. We express it this way so that if we're using the Skia
250 return IntRect(m_point.x() - (fontMetrics.ascent() + fontMetrics.descent()) / 2,
251 m_point.y() - fontMetrics.ascent() - fontMetrics.lineGap(),
262 SkPoint origin = m_point;
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
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h412 : m_point(pt), m_width(width) {}
414 context->drawLineForText(m_point, m_width);
419 FloatPoint m_point; member in class:WebCore::GraphicsOperation::DrawLineForText
427 : m_point(pt), m_width(width), m_lineStyle(lineStyle) {}
429 context->drawLineForTextChecking(m_point, m_width, m_lineStyle);
434 FloatPoint m_point; member in class:WebCore::GraphicsOperation::DrawLineForTextChecking

Completed in 81 milliseconds