Searched refs:curveCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.h96 int32& curveCount);
H A DFlatIconExporter.cpp314 int32& straightCount, int32& lineCount, int32& curveCount)
318 curveCount = 0;
333 curveCount++;
420 int32 curveCount; local
422 straightCount, lineCount, curveCount))
426 = pointCount + straightCount * 2 + lineCount * 4 + curveCount * 12;
433 if (curveCount == 0)
313 _AnalysePath(VectorPath* path, uint8 pointCount, int32& straightCount, int32& lineCount, int32& curveCount) argument

Completed in 33 milliseconds