Searched defs:ptList (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/interface/
H A DShapePrivate.h33 BPoint* ptList; member in class:shape_data
[all...]
/haiku/src/kits/app/
H A DServerLink.cpp118 BPoint* ptList; local
/haiku/src/kits/interface/
H A DShape.cpp540 GetData(int32* opCount, int32* ptCount, uint32** opList, BPoint** ptList) argument
553 SetData(int32 opCount, int32 ptCount, const uint32* opList, const BPoint* ptList) argument
[all...]
H A DPictureDataWriter.cpp520 WriteDrawShape(const int32& opCount, const void* opList, const int32& ptCount, const void* ptList, const bool& fill) argument
650 WriteDrawShapeGradient(const int32& opCount, const void* opList, const int32& ptCount, const void* ptList, const BGradient& gradient, const bool& fill) argument
913 WriteClipToShape(int32 opCount, const void* opList, int32 ptCount, const void* ptList, bool inverse) argument
H A DPicturePlayer.cpp501 clip_to_shape(void* _context, int32 opCount, const uint32 opList[], int32 ptCount, const BPoint ptList[], bool inverse) argument
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp1179 DrawShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 ptCount, const BPoint* ptList, bool filled, const BPoint& viewToScreenOffset, float viewScale) argument
1207 FillShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 ptCount, const BPoint* ptList, const BGradient& gradient, const BPoint& viewToScreenOffset, float viewScale) argument
/haiku/src/servers/app/
H A DServerPicture.cpp988 clip_to_shape(void* _canvas, int32 opCount, const uint32 opList[], int32 ptCount, const BPoint ptList[], bool inverse) argument
[all...]
H A DServerWindow.cpp2933 BPoint* ptList = new(nothrow) BPoint[ptCount]; local
2971 BPoint* ptList = new(nothrow) BPoint[ptCount]; local
[all...]

Completed in 85 milliseconds