Home
last modified time | relevance | path

Searched refs:maxLayerIndex (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/dotgen/
H A Daspect.c491 maxLayerIndex = sortedLayerIndex[i]; in reduceMaxWidth()
602 if (layerWidthInfo[maxLayerIndex].removed[i]) in reduceMaxWidth()
636 layerWidthInfo[maxLayerIndex].width -= in reduceMaxWidth()
705 int maxLayerIndex = 0; in reduceMaxWidth2() local
723 maxLayerIndex = sortedLayerIndex[i]; in reduceMaxWidth2()
861 layerWidthInfo[maxLayerIndex].width -= in reduceMaxWidth2()
875 int maxLayerIndex, nextLayerIndex, i; in balanceLayers() local
886 maxLayerIndex = sortedLayerIndex[i]; in balanceLayers()
922 <= layerWidthInfo[maxLayerIndex].width in balanceLayers()
1617 int i, maxLayerIndex; in computeCombiAR() local
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_image.cc645 int maxLayerIndex = 0; in nextLayerName() local
648 [&numLayers, &maxLayerIndex, &numberedLayerRegexp] (KisNodeSP node) { in nextLayerName()
653 maxLayerIndex = qMax(maxLayerIndex, match.captured(1).toInt()); in nextLayerName()
668 return QString("%1 %2").arg(baseName).arg(maxLayerIndex + 1); in nextLayerName()