Searched refs:m_localPoint (Results 1 – 2 of 2) sorted by relevance
48 IntPoint localPoint() const { return m_localPoint; } in localPoint()58 void setLocalPoint(const IntPoint& p) { m_localPoint = p; } in setLocalPoint()83 …IntPoint m_localPoint; // A point in the local coordinate space of m_innerNonSharedNode's renderer… variable
59 , m_localPoint(other.localPoint()) in HitTestResult()75 m_localPoint = other.localPoint(); in operator =()