Searched refs:control_point (Results 1 - 9 of 9) sorted by last modified time

/haiku/src/libs/icon/shape/
H A DVectorPath.cpp51 get_path_storage(agg::path_storage& path, const control_point* points,
149 memset((void*)fPath, 0, fAllocCount * sizeof(control_point));
307 memcpy((void*)fPath, from.fPath, fPointCount * sizeof(control_point));
1072 fPath = obj_renew(fPath, control_point, fAllocCount);
1074 fPath = obj_new(control_point, fAllocCount);
1078 (fAllocCount - fPointCount) * sizeof(control_point));
H A DVectorPath.h35 struct control_point { struct
205 control_point* fPath;
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1698 BStackOrHeapArray<control_point, 64> points(count);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DNudgePointsCommand.cpp42 const control_point* points,
60 fPoints = new (nothrow) control_point[fCount];
61 memcpy((void*)fPoints, points, fCount * sizeof(control_point));
H A DTransformPointsCommand.cpp25 const control_point* points,
46 new (nothrow) control_point[count] : NULL),
53 memcpy((void*)fPoints, points, fCount * sizeof(control_point));
H A DTransformPointsCommand.h18 struct control_point;
34 const control_point* points,
65 control_point* fPoints;
H A DNudgePointsCommand.h20 struct control_point;
31 const control_point* points,
48 control_point* fPoints;
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformPointsBox.cpp32 fPoints(count > 0 ? new (nothrow) control_point[count] : NULL)
60 memset((void*)&fPoints[i], 0, sizeof(control_point));
H A DTransformPointsBox.h21 struct control_point;
55 control_point* fPoints;

Completed in 72 milliseconds