Searched refs:shape_data (Results 1 - 13 of 13) sorted by relevance

/haiku/src/kits/interface/
H A DShape.cpp42 shape_data* data = (shape_data*)shape->fPrivateData;
152 shape_data* data = (shape_data*)fPrivateData;
185 shape_data* data = (shape_data*)fPrivateData;
203 shape_data* data = (shape_data*)fPrivateData;
259 shape_data* data = (shape_data*)fPrivateDat
[all...]
H A DView.cpp4070 shape_data* sd = (shape_data*)shape->fPrivateData;
4094 shape_data* sd = (shape_data*)(shape->fPrivateData);
4118 shape_data* sd = (shape_data*)(shape->fPrivateData);
5989 shape_data* sd = (shape_data*)shape->fPrivateData;
/haiku/headers/private/interface/
H A DShapePrivate.h30 class shape_data : public BReferenceable { class in inherits:BReferenceable
41 shape_data() function in class:shape_data
47 ~shape_data()
55 shape_data(const shape_data& other) function in class:shape_data
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.h32 ShapeAlphaMask* Get(const shape_data& shape,
45 ShapeMaskElement(const shape_data* shape,
81 const shape_data* fShape;
H A DAlphaMask.h23 class shape_data;
164 const shape_data& shape,
173 const shape_data& shape,
186 BReference<shape_data> fShape;
H A DAlphaMask.cpp510 const shape_data& shape, BPoint where, bool inverse)
513 fShape(new(std::nothrow) shape_data(shape), true)
538 ShapeAlphaMask::Create(AlphaMask* previousMask, const shape_data& shape,
H A DAlphaMaskCache.cpp105 AlphaMaskCache::Get(const shape_data& shape, AlphaMask* previousMask,
/haiku/src/servers/app/
H A DCanvas.h33 class shape_data;
60 void ClipToShape(shape_data* shape, bool inverse);
H A DDrawState.h32 class shape_data;
90 void ClipToShape(shape_data* shape, bool inverse);
H A DCanvas.cpp159 Canvas::ClipToShape(shape_data* shape, bool inverse)
H A DDrawState.cpp503 shape_data rectShape;
538 DrawState::ClipToShape(shape_data* shape, bool inverse)
H A DServerPicture.cpp992 shape_data shapeData;
H A DServerWindow.cpp2212 shape_data shape;
4004 shape_data shape;

Completed in 231 milliseconds