Searched refs:fPointCount (Results 1 – 4 of 4) sorted by relevance
/haiku/src/libs/icon/shape/ |
H A D | VectorPath.cpp | 104 fPointCount(0), in VectorPath() 120 fPointCount(0), in VectorPath() 137 fPointCount(0), in VectorPath() 155 for (int32 i = 0; i < fPointCount in VectorPath() 243 if (fPointCount > 0) { in Archive() 247 sizeof(BPoint), true, fPointCount); in Archive() 250 sizeof(BPoint), true, fPointCount); in Archive() 254 sizeof(BPoint), true, fPointCount); in Archive() 258 sizeof(bool), true, fPointCount); in Archive() 262 for (int32 i = 1; i < fPointCount && ret >= B_OK; i++) { in Archive() [all …]
|
H A D | VectorPath.h | 208 int32 fPointCount; variable
|
/haiku/src/apps/icon-o-matic/import_export/flat_icon/ |
H A D | FlatIconExporter.h | 106 int32 fPointCount; variable
|
H A D | FlatIconExporter.cpp | 51 , fPointCount(0) in FlatIconExporter() 72 fPointCount, in ~FlatIconExporter() 179 fPointCount = 0; in _Export() 340 fPointCount += 3; in _AnalysePath()
|