Home
last modified time | relevance | path

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

/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h69 void ConvertFromTop(BPoint* point) const;
70 void ConvertFromTop(BRect* rect) const;
71 void ConvertFromTop(BRegion* region) const;
H A DViewLayer.cpp365 ViewLayer::ConvertFromTop(BPoint* point) const in ConvertFromTop() function in ViewLayer
370 fParent->ConvertFromTop(point); in ConvertFromTop()
375 ViewLayer::ConvertFromTop(BRect* rect) const in ConvertFromTop() function in ViewLayer
380 fParent->ConvertFromTop(rect); in ConvertFromTop()
385 ViewLayer::ConvertFromTop(BRegion* region) const in ConvertFromTop() function in ViewLayer
390 fParent->ConvertFromTop(region); in ConvertFromTop()
/haiku/docs/develop/servers/app_server/
H A DLayer.rst154 BRect ConvertFromTop(const BRect &r), BRegion ConvertFromTop(const BRegion &r)
161 2. if parent is NULL, call this: return (parent->ConvertFromTop(