Home
last modified time | relevance | path

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

/haiku/src/servers/app/
H A DCanvas.cpp159 Canvas::ClipToShape(shape_data* shape, bool inverse) in ClipToShape() function in Canvas
161 fDrawState->ClipToShape(shape, inverse); in ClipToShape()
H A DCanvas.h60 void ClipToShape(shape_data* shape, bool inverse);
H A DDrawState.h90 void ClipToShape(shape_data* shape, bool inverse);
H A DDrawState.cpp511 ClipToShape(&rectShape, inverse); in ClipToRect()
538 DrawState::ClipToShape(shape_data* shape, bool inverse) in ClipToShape() function in DrawState
H A DServerPicture.cpp1009 canvas->ClipToShape(&shapeData, inverse); in clip_to_shape()
H A DServerWindow.cpp2221 fCurrentView->ClipToShape(&shape, inverse); in _DispatchViewMessage()
/haiku/src/tests/servers/app/inverse_clipping/
H A Dmain.cpp58 view->ClipToShape(&s); in shapeClipper()
/haiku/headers/os/interface/
H A DView.h243 void ClipToShape(BShape* shape);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.cpp1071 view->ClipToShape(&shape); in testClipToShape()
/haiku/docs/user/interface/
H A DView.dox2751 \fn void BView::ClipToShape(BShape* shape)
2768 \see ClipToShape()
/haiku/src/kits/interface/
H A DView.cpp3064 BView::ClipToShape(BShape* shape) in ClipToShape() function in BView