Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsstyle.h1101 mutable QHash< int, QHash< QSizeF, QList< QList< QPolygonF > > > > mDefaultPatchQPolygonFCache; variable
H A Dqgsstyle.cpp1220 if ( mDefaultPatchQPolygonFCache[ static_cast< int >( type ) ].contains( size ) ) in defaultPatchAsQPolygonF()
1221 return mDefaultPatchQPolygonFCache[ static_cast< int >( type ) ].value( size ); in defaultPatchAsQPolygonF()
1224 mDefaultPatchQPolygonFCache[ static_cast< int >( type ) ][size ] = res; in defaultPatchAsQPolygonF()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsstyle.h1084 … QgsSymbol::SymbolType, QHash< QSizeF, QList< QList< QPolygonF > > > > mDefaultPatchQPolygonFCache; variable
H A Dqgsstyle.cpp1206 if ( mDefaultPatchQPolygonFCache[ type ].contains( size ) ) in defaultPatchAsQPolygonF()
1207 return mDefaultPatchQPolygonFCache[ type ].value( size ); in defaultPatchAsQPolygonF()
1210 mDefaultPatchQPolygonFCache[ type ][size ] = res; in defaultPatchAsQPolygonF()