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

/haiku/src/apps/icon-o-matic/shape/commands/
H A DSplitPointsCommand.cpp37 fPointOut(NULL),
45 fPointOut = new (nothrow) BPoint[count];
58 fPointOut[i],
72 delete[] fPointOut;
83 if (!fIndex || !fPoint || !fPointIn || !fPointOut || !fConnected)
111 fPointOut[i],
138 fPointOut[i],
H A DChangePointCommand.cpp36 if (fPath && !fPath->GetPointsAt(fIndex, fPoint, fPointIn, fPointOut, &fConnected))
70 || pointOut != fPointOut || connected != fConnected)
99 && fPath->SetPoint(fIndex, fPoint, fPointIn, fPointOut, fConnected)) {
103 fPointOut = pointOut;
H A DRemovePointsCommand.cpp37 fPointOut(NULL),
56 fPointOut(NULL),
71 delete[] fPointOut;
83 if (!fIndex || !fPoint || !fPointIn || !fPointOut || !fConnected)
112 fPointOut[i],
179 fPointOut = new (nothrow) BPoint[count];
192 fPointOut[i],
H A DAddPointCommand.h35 BPoint fPointOut; member in class:AddPointCommand
H A DChangePointCommand.h37 BPoint fPointOut; member in class:ChangePointCommand
H A DInsertPointCommand.h34 BPoint fPointOut; member in class:InsertPointCommand
H A DSplitPointsCommand.h34 BPoint* fPointOut; member in class:SplitPointsCommand
H A DAddPointCommand.cpp55 if (!fPath->GetPointsAt(fIndex, fPoint, fPointIn, fPointOut))
92 fPath->SetPoint(fIndex, fPoint, fPointIn, fPointOut, true);
H A DInsertPointCommand.cpp36 if (fPath && (!fPath->GetPointsAt(fIndex, fPoint, fPointIn, fPointOut)
64 fPath->GetPointOutAt(fIndex, fPointOut);
111 fPath->SetPoint(fIndex, fPoint, fPointIn, fPointOut, true);
H A DRemovePointsCommand.h46 BPoint* fPointOut; member in class:RemovePointsCommand

Completed in 45 milliseconds