Searched refs:ptSize (Results 1 – 6 of 6) sorted by relevance
38 int32 ptSize; variable64 ptSize = other.ptSize; in shape_data()66 memcpy((void*)ptList, other.ptList, ptSize); in shape_data()
315 data->ptSize = 0; in Clear()625 data->ptSize = 0; in InitData()654 if (data->ptSize >= newSize) in AllocatePts()661 data->ptSize = newSize; in AllocatePts()
69 fShape->ptSize);
509 rectShape.ptSize = sizeof(BPoint) * 4; in ClipToRect()
2216 shape.ptSize = shape.ptCount * sizeof(BPoint); in _DispatchViewMessage()2220 && link.Read(shape.ptList, shape.ptSize) >= B_OK) { in _DispatchViewMessage()4008 shape.ptSize = shape.ptCount * sizeof(BPoint); in _DispatchPictureMessage()4012 && link.Read(shape.ptList, shape.ptSize) >= B_OK) { in _DispatchPictureMessage()
1007 shapeData.ptSize = ptCount * sizeof(BPoint); in clip_to_shape()