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

/haiku/src/servers/app/
H A DServerPicture.cpp992 shape_data shapeData; local
995 shapeData.opList = (uint32*)malloc(opCount * sizeof(uint32));
996 memcpy(shapeData.opList, opList, opCount * sizeof(uint32));
997 shapeData.ptList = (BPoint*)malloc(ptCount * sizeof(BPoint));
998 memcpy((void*)shapeData.ptList, ptList, ptCount * sizeof(BPoint));
1000 shapeData.opCount = opCount;
1001 shapeData.opSize = opCount * sizeof(uint32);
1002 shapeData.ptCount = ptCount;
1003 shapeData.ptSize = ptCount * sizeof(BPoint);
1005 canvas->ClipToShape(&shapeData, invers
[all...]

Completed in 61 milliseconds