Home
last modified time | relevance | path

Searched refs:frameValue (Results 1 – 16 of 16) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/tools/
H A Dbin2txt.cpp58 const int frameValue = static_cast<int>( data[5 + setId * 16 + frameId] ); in main() local
59 if ( frameValue < 10 ) in main()
60 file << " " << frameValue << " "; in main()
62 file << frameValue << " "; in main()
115 const char frameValue = data[277 + setId * 16 + frameId]; in main() local
116 if ( frameValue == invalidFrameId ) in main()
119 file << static_cast<int>( frameValue ) << " "; in main()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DModelDefinition.cpp157 … const Model::AttributeValue* frameValue = attributes.attribute(m_frameAttributeName); in doMatches() local
158 if (frameValue == NULL || frameValue->empty()) in doMatches()
178 … const Model::AttributeValue* frameValue = attributes.attribute(m_frameAttributeName); in doModelSpecification() local
179 assert(frameValue != NULL); in doModelSpecification()
180 frameIndex = StringUtils::stringToSize(*frameValue); in doModelSpecification()
/dports/audio/kid3-kf5/kid3-3.8.6/src/qml/script/
H A DImportCsv.qml100 var frameValue = row[i]
102 frameValue !== "") {
103 frameValue = frameValue.replace(/\\n/g, "\n").replace(/\\r/g, "\r").
107 app.setFrame(tagv1, frameName, frameValue)
109 app.setFrame(tagv2, frameName, frameValue)
/dports/audio/kid3-qt5/kid3-3.8.6/src/qml/script/
H A DImportCsv.qml100 var frameValue = row[i]
102 frameValue !== "") {
103 frameValue = frameValue.replace(/\\n/g, "\n").replace(/\\r/g, "\r").
107 app.setFrame(tagv1, frameName, frameValue)
109 app.setFrame(tagv2, frameName, frameValue)
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Deditabletile.cpp204 const auto frameValue = value.property(i); in setFrames() local
206 frameValue.property(QStringLiteral("tileId")).toInt(), in setFrames()
207 frameValue.property(QStringLiteral("duration")).toInt() in setFrames()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dparseobject.h40 Value* frameValue,
H A Dparseobject.cpp1521 Value* frameValue = constVecData->getValue("Frame"); in CreateFrameVector() local
1522 if (frameValue != NULL) in CreateFrameVector()
1524 f = CreateReferenceFrame(universe, frameValue, center, NULL); in CreateFrameVector()
1875 Value* frameValue, in CreateReferenceFrame() argument
1879 if (frameValue->getType() == Value::StringType) in CreateReferenceFrame()
1885 else if (frameValue->getType() == Value::HashType) in CreateReferenceFrame()
1887 return CreateComplexFrame(universe, frameValue->getHash(), defaultCenter, defaultObserver); in CreateReferenceFrame()
H A Dsolarsys.cpp334 Value* frameValue = phaseData->getValue("OrbitFrame"); in CreateTimelinePhase() local
335 if (frameValue != NULL) in CreateTimelinePhase()
337 … orbitFrame = CreateReferenceFrame(universe, frameValue, defaultOrbitFrame->getCenter(), body); in CreateTimelinePhase()
558 Value* frameValue = planetData->getValue("OrbitFrame"); in CreateTimeline() local
559 if (frameValue != NULL) in CreateTimeline()
561 ReferenceFrame* frame = CreateReferenceFrame(universe, frameValue, parentObject, body); in CreateTimeline()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dparseobject.h40 Value* frameValue,
H A Dparseobject.cpp1521 Value* frameValue = constVecData->getValue("Frame"); in CreateFrameVector() local
1522 if (frameValue != NULL) in CreateFrameVector()
1524 f = CreateReferenceFrame(universe, frameValue, center, NULL); in CreateFrameVector()
1875 Value* frameValue, in CreateReferenceFrame() argument
1879 if (frameValue->getType() == Value::StringType) in CreateReferenceFrame()
1885 else if (frameValue->getType() == Value::HashType) in CreateReferenceFrame()
1887 return CreateComplexFrame(universe, frameValue->getHash(), defaultCenter, defaultObserver); in CreateReferenceFrame()
H A Dsolarsys.cpp334 Value* frameValue = phaseData->getValue("OrbitFrame"); in CreateTimelinePhase() local
335 if (frameValue != NULL) in CreateTimelinePhase()
337 … orbitFrame = CreateReferenceFrame(universe, frameValue, defaultOrbitFrame->getCenter(), body); in CreateTimelinePhase()
558 Value* frameValue = planetData->getValue("OrbitFrame"); in CreateTimeline() local
559 if (frameValue != NULL) in CreateTimeline()
561 ReferenceFrame* frame = CreateReferenceFrame(universe, frameValue, parentObject, body); in CreateTimeline()
/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/Assets/
H A DModelDefinitionTest.cpp154 const Model::AttributeValue frameValue = "2"; in TEST() local
174 attributes.addOrUpdateAttribute(frameKey, frameValue, NULL); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/util/
H A Dlabel_link_controller.mm434 for (NSValue* frameValue in linkData.frames) {
435 CGRect frame = [frameValue CGRectValue];
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaLv2Utils.hpp920 int64_t frameValue = -1; in lv2_pre_run() local
923 frameValue = static_cast<int64_t>(((LV2_Atom_Double*)frame)->body); in lv2_pre_run()
925 frameValue = static_cast<int64_t>(((LV2_Atom_Float*)frame)->body); in lv2_pre_run()
927 frameValue = ((LV2_Atom_Int*)frame)->body; in lv2_pre_run()
929 frameValue = ((LV2_Atom_Long*)frame)->body; in lv2_pre_run()
933 if (frameValue >= 0) in lv2_pre_run()
934 … fTimeInfo.frame = fLastPositionData.frame = static_cast<uint64_t>(frameValue); in lv2_pre_run()
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/taglibmetadata/
H A Dtaglibfile.cpp5158 QString frameValue(frame.getValue()); in setFrame() local
5164 PictureFrame::setDescription(newFrame, frameValue); in setFrame()
5177 PictureFrame::setDescription(newFrame, frameValue); in setFrame()
5178 PictureFrame::getFieldsToBase64(newFrame, frameValue); in setFrame()
5179 if (!frameValue.isEmpty() && in setFrame()
5188 TagLib::String value = toTString(frameValue); in setFrame()
6009 QString frameValue(frame.getValue()); in deleteFrame() local
6023 PictureFrame::getFieldsToBase64(frame, frameValue); in deleteFrame()
6029 oggTag->removeFields(key, toTString(frameValue)); in deleteFrame()
6031 oggTag->removeField(key, toTString(frameValue)); in deleteFrame()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/taglibmetadata/
H A Dtaglibfile.cpp5158 QString frameValue(frame.getValue()); in setFrame() local
5164 PictureFrame::setDescription(newFrame, frameValue); in setFrame()
5177 PictureFrame::setDescription(newFrame, frameValue); in setFrame()
5178 PictureFrame::getFieldsToBase64(newFrame, frameValue); in setFrame()
5179 if (!frameValue.isEmpty() && in setFrame()
5188 TagLib::String value = toTString(frameValue); in setFrame()
6009 QString frameValue(frame.getValue()); in deleteFrame() local
6023 PictureFrame::getFieldsToBase64(frame, frameValue); in deleteFrame()
6029 oggTag->removeFields(key, toTString(frameValue)); in deleteFrame()
6031 oggTag->removeField(key, toTString(frameValue)); in deleteFrame()