Searched refs:fPath (Results 26 - 50 of 155) sorted by relevance

1234567

/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPointCommand.cpp55 if (!fPath->GetPointsAt(fIndex, fPoint, fPointIn, fPointOut))
70 if (fPath->RemovePoint(fIndex)) {
88 AutoNotificationSuspender _(fPath);
91 if (fPath->AddPoint(fPoint, fIndex)) {
92 fPath->SetPoint(fIndex, fPoint, fPointIn, fPointOut, true);
H A DRemovePointsCommand.cpp104 AutoNotificationSuspender _(fPath);
108 if (fPath->AddPoint(fPoint[i], fIndex[i])) {
109 fPath->SetPoint(fIndex[i],
120 fPath->SetClosed(fWasClosed);
138 AutoNotificationSuspender _(fPath);
145 if (!fPath->RemovePoint(fIndex[i] - i)) {
151 fPath->SetClosed(fWasClosed && fPath->CountPoints() > 1);
189 if (!fPath->GetPointsAt(fIndex[i],
194 fPath
[all...]
H A DChangePointCommand.cpp36 if (fPath && !fPath->GetPointsAt(fIndex, fPoint, fPointIn, fPointOut, &fConnected))
37 fPath = NULL;
66 if (!fPath->GetPointsAt(fIndex, point, pointIn, pointOut, &connected))
98 if (fPath->GetPointsAt(fIndex, point, pointIn, pointOut, &connected)
99 && fPath->SetPoint(fIndex, fPoint, fPointIn, fPointOut, fConnected)) {
H A DPathCommand.h35 VectorPath* fPath; member in class:PathCommand
H A DUnassignPathCommand.h39 VectorPath* fPath; member in class:UnassignPathCommand
H A DReversePathCommand.cpp38 fPath->Reverse();
/haiku/src/servers/app/drawing/Painter/
H A DPainterAggInterface.h33 fPath(),
34 fCurve(fPath)
64 agg::path_storage fPath; member in struct:PainterAggInterface
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h24 { return fPath != NULL ? fPath : ""; }
36 char* fPath; member in class:BlockedPath
/haiku/src/tests/system/boot/loader/
H A DHandle.cpp30 fPath(NULL)
38 fPath(NULL)
46 fPath = strdup(path);
62 free(fPath);
102 if (fPath == NULL)
105 strncpy(nameBuffer, fPath, bufferSize - 1);
/haiku/src/preferences/sounds/
H A DHEventList.h31 const char* Path() const { return fPath.String(); }
37 BString fPath; member in class:HEventRow
/haiku/src/tools/
H A Drm_attrs.cpp29 strcpy(fPath, path);
37 return fPath;
42 return fPath;
47 fPathLen = strlen(fPath);
54 int separatorLen = (fPath[fPathLen - 1] == '/' ? 0 : 1);
59 fPath[fPathLen++] = '/';
61 strcpy(fPath + fPathLen, leaf);
69 char* lastSlash = strrchr(fPath, '/');
70 if (lastSlash == NULL || lastSlash == fPath)
74 fPathLen = lastSlash - fPath;
79 char fPath[PATH_MAX]; member in class:Path
[all...]
/haiku/src/apps/bootmanager/
H A DBootDrive.cpp17 fPath(path)
69 return fPath.Path();
85 if (device.GetPath(&path) == B_OK && path == fPath)
97 return roster.GetDeviceForPath(fPath.Path(), &device);
H A DBootDrive.h35 BPath fPath; member in class:BootDrive
/haiku/src/apps/debuganalyzer/util/
H A DDataSource.cpp61 return fPath.SetTo(path);
68 if (fPath.Path() == NULL)
71 name = fPath.Path();
79 return file.SetTo(fPath.Path(), B_READ_ONLY);
/haiku/src/bin/mkfs/
H A DFsCreator.h29 const char* fPath; member in class:FsCreator
H A DFsCreator.cpp56 fPath(path),
74 status_t status = roster.GetPartitionForPath(fPath, &device,
77 if (!strncmp(fPath, "/dev", 4)) {
79 << fPath << ": " << strerror(status) << std::endl;
85 partition_id id = roster.RegisterFileDevice(fPath);
88 "path " << fPath << ": " << strerror(status) << std::endl;
95 if (!strncmp(fPath, "/dev", 4)) {
97 "for path " << fPath << ": " << strerror(status)
158 std::cout << "\nAbout to initialize " << fPath << " with "
161 << "\nALL YOUR DATA in " << fPath << " wil
[all...]
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp213 fPath(path),
228 fPath->AcquireReference();
229 fPath->AddListener(this);
230 fPath->AddObserver(this);
246 fPath->RemoveObserver(this);
247 fPath->RemoveListener(this);
248 fPath->ReleaseReference();
315 fPath->Iterate(&iterator, fCanvasView->ZoomLevel());
327 for (int32 i = 0; fPath->GetPointsAt(i, point, pointIn, pointOut); i++) {
446 fChangePointCommand = new ChangePointCommand(fPath,
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformPointsBox.cpp29 fPath(path),
34 fPath->AcquireReference();
43 if (fPath->GetPointsAt(fIndices[i], fPoints[i].point,
73 fPath->ReleaseReference();
111 fPath->SetPoint(fIndices[i], transformed,
122 return new TransformPointsCommand(this, fPath,
/haiku/src/bin/rc/
H A Dcompile.cpp77 BPath fPath; member in class:AddIncludeDir
87 if (fPath.SetTo(file) != B_OK
88 || fPath.GetParent(&fPath) != B_OK) {
89 fPath.Unset();
93 rdef_add_include_dir(fPath.Path(), false);
99 if (fPath.InitCheck() == B_OK)
100 rdef_remove_include_dir(fPath.Path());
/haiku/src/servers/print/
H A DTransport.h27 BString Name() const { return fPath.Leaf(); }
47 BPath fPath; member in class:Transport
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.h35 const BPath* Path() { return &fPath; };
54 BPath fPath; member in class:TeamListItem
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.h8 SubPath fPath; member in class:BBView
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.h8 SubPath fPath; member in class:PathView
/haiku/headers/private/debugger/ids/
H A DFunctionID.h35 BString fPath; member in class:FunctionID
49 const BString& SourceFilePath() const { return fPath; }
64 const BString& ImageName() const { return fPath; }
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp61 VectorPath *fPath; member in class:ShapeIterator
74 fPath = NULL;
85 if (fPath)
89 //fPath->AddPoint(fOffset + *point);
102 fPath->AddPoint(fOffset + *linePts);
123 fPath->AddPoint(firstPoint,
126 fPath->SetClosed(true);
128 fPath->AddPoint(firstPoint, firstPoint, fOffset + bezierPts[0], false);
133 fPath->AddPoint(fOffset + bezierPts[i + 1],
139 fPath
[all...]

Completed in 108 milliseconds

1234567