Home
last modified time | relevance | path

Searched refs:attrIt (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkglVertexArrayObject.cxx164 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in Bind()
166 int matrixCount = attrIt->isMatrix ? attrIt->size : 1; in Bind()
170 glVertexAttribPointer(attrIt->index+i, attrIt->size, attrIt->type, in Bind()
171 attrIt->normalize, attrIt->stride, in Bind()
172 BUFFER_OFFSET(attrIt->offset + attrIt->stride*i/attrIt->size)); in Bind()
173 if (attrIt->divisor > 0) in Bind()
210 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in Release()
212 int matrixCount = attrIt->isMatrix ? attrIt->size : 1; in Release()
215 if (attrIt->divisor > 0) in Release()
433 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in RemoveAttributeArray()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexArrayObject.cxx170 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in Bind()
172 int matrixCount = attrIt->IsMatrix ? attrIt->Size : 1; in Bind()
176 glVertexAttribPointer(attrIt->Index + i, attrIt->Size, attrIt->Type, attrIt->Normalize, in Bind()
177 attrIt->Stride, BUFFER_OFFSET(attrIt->Offset + attrIt->Stride * i / attrIt->Size)); in Bind()
178 if (attrIt->Divisor > 0) in Bind()
208 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in Release()
210 int matrixCount = attrIt->IsMatrix ? attrIt->Size : 1; in Release()
213 if (attrIt->Divisor > 0) in Release()
428 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in RemoveAttributeArray()
430 if (attrIt->Index == location) in RemoveAttributeArray()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLVertexArrayObject.cxx172 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in Bind()
174 int matrixCount = attrIt->IsMatrix ? attrIt->Size : 1; in Bind()
178 glVertexAttribPointer(attrIt->Index+i, attrIt->Size, attrIt->Type, in Bind()
179 attrIt->Normalize, attrIt->Stride, in Bind()
180 BUFFER_OFFSET(attrIt->Offset + attrIt->Stride*i/attrIt->Size)); in Bind()
181 if (attrIt->Divisor > 0) in Bind()
212 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in Release()
214 int matrixCount = attrIt->IsMatrix ? attrIt->Size : 1; in Release()
217 if (attrIt->Divisor > 0) in Release()
454 for (attrIt = it->second.begin(); attrIt != it->second.end(); ++attrIt) in RemoveAttributeArray()
[all …]
/dports/textproc/libe-book/libe-book-0.1.3/src/test/
H A DXMLTreeWalkerTest.cpp218 …for (XMLTreeWalker::AttributeIterator attrIt = body.beginAttributes(); body.endAttributes() != att… in testWalk() local
220 switch (attrIt->getId()) in testWalk()
223 CPPUNIT_ASSERT("bgcolor" == attrIt->getName()); in testWalk()
224 CPPUNIT_ASSERT("" == attrIt->getNamespace()); in testWalk()
225 CPPUNIT_ASSERT("#222222" == attrIt->getValue()); in testWalk()
228 CPPUNIT_ASSERT("text" == attrIt->getName()); in testWalk()
229 CPPUNIT_ASSERT("" == attrIt->getNamespace()); in testWalk()
230 CPPUNIT_ASSERT("blue" == attrIt->getValue()); in testWalk()
231 CPPUNIT_ASSERT(HTML::blue == attrIt->getValueId()); in testWalk()
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/backends/
H A Daccessibilitycloudparser.cpp92 const auto attrIt = licenses.find(orgId); in parseLocations() local
93 if (attrIt != licenses.end()) { in parseLocations()
94 attrIt.value().setName(properties.value(QLatin1String("organizationName")).toString()); in parseLocations()
95 attributions.push_back(std::move(attrIt.value())); in parseLocations()
96 licenses.erase(attrIt); in parseLocations()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmdissolve.cpp130 QHash< QVariant, QgsAttributes >::const_iterator attrIt = attributeHash.constBegin(); in processCollection() local
131 for ( ; attrIt != attributeHash.constEnd(); ++attrIt ) in processCollection()
139 if ( geometryHash.contains( attrIt.key() ) ) in processCollection()
141 QgsGeometry geom = collector( geometryHash.value( attrIt.key() ) ); in processCollection()
148 outputFeature.setAttributes( attrIt.value() ); in processCollection()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmdissolve.cpp131 QHash< QVariant, QgsAttributes >::const_iterator attrIt = attributeHash.constBegin(); in processCollection() local
132 for ( ; attrIt != attributeHash.constEnd(); ++attrIt ) in processCollection()
140 if ( geometryHash.contains( attrIt.key() ) ) in processCollection()
142 QgsGeometry geom = collector( geometryHash.value( attrIt.key() ) ); in processCollection()
149 outputFeature.setAttributes( attrIt.value() ); in processCollection()
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkxmlguiversionhandler.cpp163 QMap<QString, QString>::ConstIterator attrIt = attributes.begin(); in storeActionProperties() local
165 for (; attrIt != attrEnd; ++attrIt) { in storeActionProperties()
166 action.setAttribute(attrIt.key(), attrIt.value()); in storeActionProperties()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A Dkxmlguiversionhandler.cpp164 QMap<QString, QString>::ConstIterator attrIt = attributes.begin(); in storeActionProperties() local
166 for (; attrIt != attrEnd; ++attrIt) { in storeActionProperties()
167 action.setAttribute(attrIt.key(), attrIt.value()); in storeActionProperties()
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/src/
H A Dtypemap.cpp410 XSD::Attribute::List::ConstIterator attrIt; in addSchemaTypes() local
411 for (attrIt = attributes.constBegin(); attrIt != attributes.constEnd(); ++attrIt) { in addSchemaTypes()
412 …if ((*attrIt).nameSpace() == "http://www.w3.org/2003/05/soap-encoding") { // e.g. soap-enc:arrayTy… in addSchemaTypes()
418 entry.nameSpace = (*attrIt).nameSpace(); in addSchemaTypes()
419 entry.typeName = (*attrIt).name(); in addSchemaTypes()
420 …Manager->prefix(entry.nameSpace).toUpper() + "__" + adaptLocalTypeName((*attrIt).name() + "Attribu… in addSchemaTypes()
421 entry.headers << (*attrIt).name().toLower() + "attribute.h"; in addSchemaTypes()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsmaptoolidentify.cpp1220 for ( auto attrIt = pt.constBegin(); attrIt != pt.constEnd(); ++attrIt ) in fromPointCloudIdentificationToIdentifyResults() local
1222 if ( attrIt.key().compare( QLatin1String( "Z" ), Qt::CaseInsensitive ) == 0 in fromPointCloudIdentificationToIdentifyResults()
1226 ptStr[ tr( "Z (original)" ) ] = attrIt.value().toString(); in fromPointCloudIdentificationToIdentifyResults()
1227 …ptStr[ tr( "Z (adjusted)" ) ] = QString::number( attrIt.value().toDouble() * elevationProps->zScal… in fromPointCloudIdentificationToIdentifyResults()
1229 … else if ( attrIt.key().compare( QLatin1String( "Classification" ), Qt::CaseInsensitive ) == 0 ) in fromPointCloudIdentificationToIdentifyResults()
1231 …on = QgsPointCloudDataProvider::translatedLasClassificationCodes().value( attrIt.value().toInt() ); in fromPointCloudIdentificationToIdentifyResults()
1232 …ptStr[ attrIt.key() ] = QStringLiteral( "%1 (%2)" ).arg( attrIt.value().toString(), classification… in fromPointCloudIdentificationToIdentifyResults()
1236 ptStr[attrIt.key()] = attrIt.value().toString(); in fromPointCloudIdentificationToIdentifyResults()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/import/ftable/
H A Dgff3_import_data.cpp307 auto attrIt = find(multiValueAttrs.begin(), multiValueAttrs.end(), key); in xInitializeMultiValue() local
308 if (attrIt == multiValueAttrs.end()) { in xInitializeMultiValue()
/dports/graphics/qgis/qgis-3.22.3/src/providers/hana/
H A Dqgshanaprovider.cpp1148 …for ( QgsChangedAttributesMap::const_iterator attrIt = attrMap.begin(); attrIt != attrMap.end(); +… in changeAttributeValues() local
1150 const QgsFeatureId fid = attrIt.key(); in changeAttributeValues()
1156 const QgsAttributeMap &attrValues = attrIt.value(); in changeAttributeValues()
1191 …for ( QgsAttributeMap::const_iterator attrIt = attrValues.begin(); attrIt != attrValues.end(); ++a… in changeAttributeValues() local
1193 int fieldIndex = attrIt.key(); in changeAttributeValues()
1199 setStatementValue( stmtUpdate, paramIndex, field, *attrIt ); in changeAttributeValues()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A DmodelAPI.cpp462 TF_FOR_ALL(attrIt, attributes) { in GetConstraintTargets()
463 UsdGeomConstraintTarget constraintTarget(*attrIt); in GetConstraintTargets()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DEntityAttributes.cpp239 const EntityAttribute::List::iterator attrIt = *it; in containsValue() local
240 const EntityAttribute& attribute = *attrIt; in containsValue()
/dports/graphics/nanort/nanort-b1feea8/examples/common/
H A Dtiny_gltf.h4039 for (std::map<std::string, int>::iterator attrIt = in SerializeGltfMesh() local
4041 attrIt != gltfPrimitive.attributes.end(); ++attrIt) { in SerializeGltfMesh()
4042 SerializeNumberProperty<int>(attrIt->first, attrIt->second, attributes); in SerializeGltfMesh()
4064 for (std::map<std::string, int>::iterator attrIt = targetData.begin(); in SerializeGltfMesh() local
4065 attrIt != targetData.end(); ++attrIt) { in SerializeGltfMesh()
4066 SerializeNumberProperty<int>(attrIt->first, attrIt->second, in SerializeGltfMesh()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumExternal/TinyGltf/
H A Dtiny_gltf.h4030 for (std::map<std::string, int>::iterator attrIt = in SerializeGltfMesh() local
4032 attrIt != gltfPrimitive.attributes.end(); ++attrIt) { in SerializeGltfMesh()
4033 SerializeNumberProperty<int>(attrIt->first, attrIt->second, attributes); in SerializeGltfMesh()
4055 for (std::map<std::string, int>::iterator attrIt = targetData.begin(); in SerializeGltfMesh() local
4056 attrIt != targetData.end(); ++attrIt) { in SerializeGltfMesh()
4057 SerializeNumberProperty<int>(attrIt->first, attrIt->second, in SerializeGltfMesh()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gltf/
H A Dtiny_gltf.h4625 for (std::map<std::string, int>::iterator attrIt = in SerializeGltfMesh() local
4627 attrIt != gltfPrimitive.attributes.end(); ++attrIt) { in SerializeGltfMesh()
4628 SerializeNumberProperty<int>(attrIt->first, attrIt->second, attributes); in SerializeGltfMesh()
4650 for (std::map<std::string, int>::iterator attrIt = targetData.begin(); in SerializeGltfMesh() local
4651 attrIt != targetData.end(); ++attrIt) { in SerializeGltfMesh()
4652 SerializeNumberProperty<int>(attrIt->first, attrIt->second, in SerializeGltfMesh()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp587 for (const std::pair<StringRef, unsigned> &attrIt : attributeNames) { in genAttrNameGetters() local
588 std::string methodName = (attrIt.first + "AttrName").str(); in genAttrNameGetters()
595 method->body() << llvm::formatv(attrNameMethodBody, attrIt.second).str(); in genAttrNameGetters()
605 "name, " + Twine(attrIt.second)) in genAttrNameGetters()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp730 for (const std::pair<StringRef, unsigned> &attrIt : attributeNames) { in genAttrNameGetters() local
731 std::string methodName = (attrIt.first + "AttrName").str(); in genAttrNameGetters()
738 method->body() << llvm::formatv(attrNameMethodBody, attrIt.second).str(); in genAttrNameGetters()
748 "name, " + Twine(attrIt.second)) in genAttrNameGetters()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp730 for (const std::pair<StringRef, unsigned> &attrIt : attributeNames) { in genAttrNameGetters() local
731 std::string methodName = (attrIt.first + "AttrName").str(); in genAttrNameGetters()
738 method->body() << llvm::formatv(attrNameMethodBody, attrIt.second).str(); in genAttrNameGetters()
748 "name, " + Twine(attrIt.second)) in genAttrNameGetters()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp730 for (const std::pair<StringRef, unsigned> &attrIt : attributeNames) { in genAttrNameGetters() local
731 std::string methodName = (attrIt.first + "AttrName").str(); in genAttrNameGetters()
738 method->body() << llvm::formatv(attrNameMethodBody, attrIt.second).str(); in genAttrNameGetters()
748 "name, " + Twine(attrIt.second)) in genAttrNameGetters()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/ogr/
H A Dqgsogrprovider.cpp352 …for ( QMap<int, int>::const_iterator attrIt = attrIdxMap.constBegin(); attrIt != attrIdxMap.constE… in createEmptyLayer() local
354 oldToNewAttrIdxMap->insert( attrIt.key(), *attrIt + ( shiftColumnsByOne ? 1 : 0 ) ); in createEmptyLayer()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/tiny_gltf/
H A Dtiny_gltf.h7112 for (auto attrIt = gltfPrimitive.attributes.begin(); in SerializeGltfMesh() local
7113 attrIt != gltfPrimitive.attributes.end(); ++attrIt) { in SerializeGltfMesh()
7114 SerializeNumberProperty<int>(attrIt->first, attrIt->second, attributes); in SerializeGltfMesh()
7138 for (std::map<std::string, int>::iterator attrIt = targetData.begin(); in SerializeGltfMesh() local
7139 attrIt != targetData.end(); ++attrIt) { in SerializeGltfMesh()
7140 SerializeNumberProperty<int>(attrIt->first, attrIt->second, in SerializeGltfMesh()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/suma/
H A DSuma.cpp1913 DataBuffer<15>::DataBufferIterator attrIt; // Fixed not nullable in parseTable() local
1915 attrBuf.first(attrIt); in parseTable()
1930 * attrIt.data = attrDesc.AttributeId; in parseTable()
1931 attrBuf.next(attrIt); in parseTable()
1947 * attrIt.data = * restIt.data; in parseTable()
1948 attrBuf.next(attrIt); in parseTable()

12