Searched defs:ptCount (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/private/interface/
H A DShapePrivate.h36 int32 ptCount; member in class:shape_data
/haiku/src/kits/app/
H A DServerLink.cpp96 int32 opCount, ptCount; local
116 int32 opCount, ptCount; local
[all...]
/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.cpp189 int32 ptCount = fPtStack.size(); local
988 clip_to_shape(void* _canvas, int32 opCount, const uint32 opList[], int32 ptCount, const BPoint ptList[], bool inverse) argument
[all...]
H A DServerWindow.cpp2926 int32 ptCount; local
2964 int32 ptCount; local
3663 int32 ptCount; local
3883 int32 ptCount; local
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp792 DrawShape(const int32& opCount, const uint32* opList, const int32& ptCount, const BPoint* points, bool filled, const BPoint& viewToScreenOffset, float viewScale) const argument
810 FillShape(const int32& opCount, const uint32* opList, const int32& ptCount, const BPoint* points, const BGradient& gradient, const BPoint& viewToScreenOffset, float viewScale) argument
1634 _IterateShapeData(const int32& opCount, const uint32* opList, const int32& ptCount, const BPoint* points, const BPoint& viewToScreenOffset, float viewScale) const argument

Completed in 254 milliseconds