HomeSort by relevance Sort by last modified time
    Searched defs:m_point (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 60 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/
FontChromiumWin.cpp 80 FloatPoint m_point; member in class:WebCore::__anon17844::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.y()))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 412 : 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 53 milliseconds