Searched defs:opList (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/interface/
H A DShapePrivate.h32 uint32* opList; member in class:shape_data
/haiku/src/kits/app/
H A DServerLink.cpp117 uint32* opList; 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 PictureDataWriter::WriteDrawShape(const int32& opCount, const void* opList, argument
650 PictureDataWriter::WriteDrawShapeGradient(const int32& opCount, const void* opList, argument
913 PictureDataWriter::WriteClipToShape(int32 opCount, const void* opList, argument
H A DPicturePlayer.cpp501 clip_to_shape(void* _context, int32 opCount, const uint32 opList[], argument
1055 const uint32* opList; local
1154 const uint32* opList; local
1662 const uint32* opList; local
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp730 DrawShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 pointCount, const BPoint* pointList, bool filled, const BPoint& viewToScreenOffset, float viewScale) argument
755 FillShape(const BRect& bounds, int32 opCount, const uint32* opList, int32 pointCount, const BPoint* pointList, const BGradient& gradient, const BPoint& viewToScreenOffset, float viewScale) 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.cpp193 uint32* opList = new(std::nothrow) uint32[opCount]; local
988 clip_to_shape(void* _canvas, int32 opCount, const uint32 opList[], argument
[all...]
H A DServerWindow.cpp2932 uint32* opList = new(nothrow) uint32[opCount]; local
2970 uint32* opList = new(nothrow) uint32[opCount]; local
[all...]
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp792 Painter::DrawShape(const int32& opCount, const uint32* opList, argument
810 Painter::FillShape(const int32& opCount, const uint32* opList, argument
1634 Painter::_IterateShapeData(const int32& opCount, const uint32* opList, argument

Completed in 96 milliseconds