Home
last modified time | relevance | path

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

/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp335 ViewLayer::ConvertToTop(BPoint* point) const in ConvertToTop() function in ViewLayer
340 fParent->ConvertToTop(point); in ConvertToTop()
345 ViewLayer::ConvertToTop(BRect* rect) const in ConvertToTop() function in ViewLayer
350 fParent->ConvertToTop(rect); in ConvertToTop()
355 ViewLayer::ConvertToTop(BRegion* region) const in ConvertToTop() function in ViewLayer
360 fParent->ConvertToTop(region); in ConvertToTop()
421 ConvertToTop(&oldVisibleBounds); in MoveBy()
433 ConvertToTop(&oldVisibleBounds); in MoveBy()
507 ConvertToTop(&dirty); in ResizeBy()
643 ConvertToTop(&b); in ClientDraw()
[all …]
H A DViewLayer.h65 void ConvertToTop(BPoint* point) const;
66 void ConvertToTop(BRect* rect) const;
67 void ConvertToTop(BRegion* region) const;
H A DWindowLayer.cpp668 layer->ConvertToTop(&polygon[0]); in _DrawClientPolygon()
669 layer->ConvertToTop(&polygon[1]); in _DrawClientPolygon()
670 layer->ConvertToTop(&polygon[2]); in _DrawClientPolygon()
671 layer->ConvertToTop(&polygon[3]); in _DrawClientPolygon()
/haiku/docs/develop/servers/app_server/
H A DLayer.rst142 BRect ConvertToTop(const BRect &r), BRegion ConvertToTop(const BRegion &r)
151 2) if parent is NULL, call this: return (parent->ConvertToTop(