Home
last modified time | relevance | path

Searched refs:dataRectCenter (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp77 BPoint dataRectCenter((dataRect.left + dataRect.right) / 2, in AttachedToWindow() local
82 offset.x = roundf(offset.x + dataRectCenter.x - boundsCenter.x); in AttachedToWindow()
83 offset.y = roundf(offset.y + dataRectCenter.y - boundsCenter.y); in AttachedToWindow()