Home
last modified time | relevance | path

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

/haiku/src/servers/app/decorator/
H A DDecorator.h182 { return fOutlinesDelta != BPoint(0, 0); } in IsOutlineResizing()
291 BPoint fOutlinesDelta; variable
H A DDecorator.cpp1155 BPoint offset = delta - fOutlinesDelta; in _SetOutlinesDelta()
1156 fOutlinesDelta = delta; in _SetOutlinesDelta()
H A DDefaultDecorator.cpp387 if (fOutlinesDelta.x != 0 || fOutlinesDelta.y != 0) { in _DrawFrame()