Home
last modified time | relevance | path

Searched refs:ptSize (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/private/interface/
H A DShapePrivate.h38 int32 ptSize; variable
64 ptSize = other.ptSize; in shape_data()
66 memcpy((void*)ptList, other.ptList, ptSize); in shape_data()
/haiku/src/kits/interface/
H A DShape.cpp315 data->ptSize = 0; in Clear()
625 data->ptSize = 0; in InitData()
654 if (data->ptSize >= newSize) in AllocatePts()
661 data->ptSize = newSize; in AllocatePts()
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.h69 fShape->ptSize);
/haiku/src/servers/app/
H A DDrawState.cpp509 rectShape.ptSize = sizeof(BPoint) * 4; in ClipToRect()
H A DServerWindow.cpp2216 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()
H A DServerPicture.cpp1007 shapeData.ptSize = ptCount * sizeof(BPoint); in clip_to_shape()