Searched refs:contentsPoint (Results 1 – 2 of 2) sorted by relevance
485 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const in contentsToWindow()487 IntPoint viewPoint = contentsPoint - scrollOffset(); in contentsToWindow()
3446 IntPoint contentsPoint(tx, ty); in offsetForContents() local3447 adjustPointToColumnContents(contentsPoint); in offsetForContents()3448 tx = contentsPoint.x(); in offsetForContents()3449 ty = contentsPoint.y(); in offsetForContents()