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

  /external/webkit/WebCore/rendering/
HitTestResult.h 47 IntPoint point() const { return m_point; }
57 void setPoint(const IntPoint& p) { m_point = p; }
82 IntPoint m_point; member in class:WebCore::HitTestResult
HitTestResult.cpp 50 : m_point(point)
58 , m_point(other.point())
74 m_point = other.point();
135 return frame->selection()->contains(m_point);
146 DocumentMarker* marker = m_innerNonSharedNode->document()->markerContainingPoint(m_point, DocumentMarker::Grammar);
162 DocumentMarker* marker = m_innerNonSharedNode->document()->markerContainingPoint(m_point, DocumentMarker::Replacement);
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 79 FloatPoint m_point; member in class:WebCore::__anon6497::TransparencyAwareFontPainter
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()))
    [all...]

Completed in 915 milliseconds