Searched refs:opList (Results 1 - 19 of 19) sorted by relevance

/haiku/src/kits/interface/
H A DShape.cpp46 int32 op = data->opList[i] & 0xFF000000;
54 int32 count = data->opList[i] & 0x00FFFFFF;
60 int32 count = data->opList[i] & 0x00FFFFFF;
68 int32 count = data->opList[i] & 0x00FFFFFF;
165 data->opList[data->opCount++] = *opPtr;
187 free(data->opList);
220 result = archive->AddData("ops", B_INT32_TYPE, data->opList,
225 result = archive->AddInt32("ops", data->opList[i]);
268 return memcmp(data->opList, otherData->opList,
540 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
527 WriteData(opList, opCount * sizeof(uint32));
650 PictureDataWriter::WriteDrawShapeGradient(const int32& opCount, const void* opList, argument
657 WriteData(opList, opCount * sizeof(uint32));
913 PictureDataWriter::WriteClipToShape(int32 opCount, const void* opList, argument
921 WriteData(opList, opCount * sizeof(uint32));
H A DPicturePlayer.cpp501 clip_to_shape(void* _context, int32 opCount, const uint32 opList[], argument
506 context->function_table[54])(context->user_data, opCount, opList,
1055 const uint32* opList; local
1058 || !reader.Get(pointCount) || !reader.Get(opList, *opCount)
1065 shape.SetData(*opCount, *pointCount, opList, pointList);
1154 const uint32* opList; local
1158 || !reader.Get(pointCount) || !reader.Get(opList, *opCount)
1166 shape.SetData(*opCount, *pointCount, opList, pointList);
1662 const uint32* opList; local
1666 || !reader.Get(opList, *opCoun
[all...]
H A DView.cpp4081 fOwner->fLink->Attach(sd->opList, sd->opCount * sizeof(uint32));
4105 fOwner->fLink->Attach(sd->opList, sd->opCount * sizeof(int32));
4128 fOwner->fLink->Attach(sd->opList, sd->opCount * sizeof(int32));
5998 fOwner->fLink->Attach(sd->opList, sd->opCount * sizeof(uint32));
/haiku/headers/private/interface/
H A DShapePrivate.h32 uint32* opList; member in class:shape_data
50 delete[] opList;
57 opList = new(std::nothrow) uint32[other.opCount];
64 memcpy((void*)opList, other.opList, opSize);
H A DPictureDataWriter.h94 const void* opList, const int32& ptCount,
112 const void* opList, const int32& ptCount,
129 const void* opList, int32 ptCount,
H A DPicturePlayer.h94 void (*clip_to_shape)(void* userData, int32 opCount, const uint32 opList[],
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.h72 diff = memcmp(fShape->opList, other.fShape->opList,
H A DDrawingEngine.cpp1180 const uint32* opList, int32 ptCount, const BPoint* ptList, bool filled,
1201 transaction.SetDirty(fPainter->DrawShape(opCount, opList, ptCount, ptList,
1208 const uint32* opList, int32 ptCount, const BPoint* ptList,
1227 transaction.SetDirty(fPainter->FillShape(opCount, opList, ptCount, ptList,
1179 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
H A DAlphaMask.cpp566 fShape->opCount, fShape->opList,
/haiku/src/kits/app/
H A DServerLink.cpp100 BStackOrHeapArray<uint32, 64> opList(opCount);
102 fReceiver->Read(opList, opCount * sizeof(uint32));
108 shape->SetData(opCount, ptCount, opList, ptList);
117 uint32* opList; local
120 shape.GetData(&opCount, &ptCount, &opList, &ptList);
125 fSender->Attach(opList, opCount * sizeof(uint32));
/haiku/headers/os/interface/
H A DShape.h100 uint32** opList, BPoint** ptList);
102 const uint32* opList,
/haiku/src/servers/app/
H A DServerPicture.cpp193 uint32* opList = new(std::nothrow) uint32[opCount]; local
194 if (opList == NULL)
199 delete[] opList;
204 opList[i] = fOpStack.top();
224 fCanvas->GetDrawingEngine()->FillShape(frame, opCount, opList,
227 fCanvas->GetDrawingEngine()->DrawShape(frame, opCount, opList,
231 delete[] opList;
988 clip_to_shape(void* _canvas, int32 opCount, const uint32 opList[], argument
995 shapeData.opList = (uint32*)malloc(opCount * sizeof(uint32));
996 memcpy(shapeData.opList, opLis
[all...]
H A DServerWindow.cpp2217 shape.opList = new(nothrow) uint32[shape.opCount];
2219 if (link.Read(shape.opList, shape.opSize) >= B_OK
2225 delete[] shape.opList;
2932 uint32* opList = new(nothrow) uint32[opCount]; local
2934 if (link.Read(opList, opCount * sizeof(uint32)) >= B_OK &&
2948 drawingEngine->DrawShape(shapeFrame, opCount, opList, ptCount,
2953 delete[] opList;
2970 uint32* opList = new(nothrow) uint32[opCount]; local
2973 if (link.Read(opList, opCount * sizeof(uint32)) == B_OK
2988 drawingEngine->FillShape(shapeFrame, opCount, opList,
[all...]
H A DDrawState.cpp504 rectShape.opList = &ops[0];
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h113 int32 opCount, const uint32* opList,
119 int32 opCount, const uint32* opList,
H A DRemoteDrawingEngine.cpp731 const uint32* opList, int32 pointCount, const BPoint* pointList,
746 message.AddList(opList, opCount);
756 const uint32* opList, int32 pointCount, const BPoint* pointList,
768 message.AddList(opList, opCount);
730 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/Painter/
H A DPainter.h141 const uint32* opList, const int32& ptCount,
146 const uint32* opList, const int32& ptCount,
276 const uint32* opList, const int32& ptCount,
H A DPainter.cpp792 Painter::DrawShape(const int32& opCount, const uint32* opList, argument
798 _IterateShapeData(opCount, opList, ptCount, points, viewToScreenOffset,
810 Painter::FillShape(const int32& opCount, const uint32* opList, argument
816 _IterateShapeData(opCount, opList, ptCount, points, viewToScreenOffset,
1634 Painter::_IterateShapeData(const int32& opCount, const uint32* opList, argument
1643 uint32 op = opList[i] & 0xFF000000;
1652 int32 count = opList[i] & 0x00FFFFFF;
1662 int32 count = opList[i] & 0x00FFFFFF;
1679 int32 count = opList[i] & 0x00FFFFFF;

Completed in 128 milliseconds