Home
last modified time | relevance | path

Searched refs:getFlagCount (Results 1 – 17 of 17) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DGeneralizedStripFlags.java86 int getFlagCount() ; in getFlagCount() method
H A DGeneralizedStrip.java188 int size = vertices.getFlagCount() ; in toStripsAndFans()
225 size = vertices.getFlagCount() ; in toStripsAndFans()
437 int size = vertices.getFlagCount() ; in toTriangleStrips()
728 size = vertices.getFlagCount() ; in toLineStrips()
H A DGeneralizedVertexList.java175 public int getFlagCount() { in getFlagCount() method in GeneralizedVertexList
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DGeneralizedStripFlags.java99 int getFlagCount() ; in getFlagCount() method
H A DGeneralizedStrip.java202 int size = vertices.getFlagCount() ; in toStripsAndFans()
239 size = vertices.getFlagCount() ; in toStripsAndFans()
451 int size = vertices.getFlagCount() ; in toTriangleStrips()
742 size = vertices.getFlagCount() ; in toLineStrips()
H A DGeneralizedVertexList.java198 public int getFlagCount() { in getFlagCount() method in GeneralizedVertexList
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dgame_info.h65 uint32 getFlagCount() const { return _flagCount; } in getFlagCount() function
H A Dbladerunner.cpp565 _gameFlags->setFlagCount(_gameInfo->getFlagCount()); in startup()
H A Ddebugger.cpp449 int flagCount = _vm->_gameInfo->getFlagCount(); in cmdFlag()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dgame_info.h65 uint32 getFlagCount() const { return _flagCount; } in getFlagCount() function
H A Dbladerunner.cpp582 _gameFlags->setFlagCount(_gameInfo->getFlagCount()); in startup()
H A Ddebugger.cpp452 int flagCount = _vm->_gameInfo->getFlagCount(); in cmdFlag()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNoteStyle.h70 int getFlagCount (Note::Type);
H A DNoteStyle.cpp108 NoteStyle::getFlagCount(Note::Type type) in getFlagCount() function in Rosegarden::NoteStyle
113 return m_baseStyle->getFlagCount(type); in getFlagCount()
H A DNotationGroup.cpp741 getFlagCount(el->event()->get in applyBeam()
778 getFlagCount(prevEl->event()->get in applyBeam()
H A DNotePixmapFactory.cpp444 int flagCount = m_style->getFlagCount(params.m_noteType); in calculateNoteDimensions()
546 int flagCount = m_style->getFlagCount(params.m_noteType); in drawNoteAux()
733 int flagCount = m_style->getFlagCount(params.m_noteType); in getStemLength()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/
H A DPipelineAck.java167 if (proto.getFlagCount() > 0) { in getHeaderFlag()