Home
last modified time | relevance | path

Searched refs:itShape (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoStrokeConfigWidget.cpp494 …for (QList<KoShape*>::iterator itShape = shapeList.begin(); itShape != shapeList.end(); ++itShape)… in applyMarkerChanges() local
495 KoPathShape* pathShape = dynamic_cast<KoPathShape*>(*itShape); in applyMarkerChanges()
/dports/cad/ldview/ldview-4.4/TRE/
H A DTREMainModel.cpp1321 IntSet::const_iterator itShape; in drawTexmappedInternal() local
1323 for (itShape = shapeSet->begin(); itShape != shapeSet->end(); in drawTexmappedInternal()
1324 ++itShape, ++itShape, ++itShape) in drawTexmappedInternal()
1326 m_texmappedShapes[i]->drawShapeType(TRESTriangle, *itShape, in drawTexmappedInternal()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoStrokeConfigWidget.cpp473 for (auto itShape : shapeList) { in applyMarkerChanges() local
474 KoPathShape* pathShape = dynamic_cast<KoPathShape*>(itShape); in applyMarkerChanges()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dexport_gencad.cpp204 auto itShape = componentShapes.find( aFootprint ); in getShapeName() local
205 wxCHECK( itShape != componentShapes.end(), invalid ); in getShapeName()
207 auto itName = shapeNames.find( itShape->second ); in getShapeName()