Home
last modified time | relevance | path

Searched refs:getTopElement (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/vrml2oogl/lib/
H A DQvToWebOOGL.c++762 elt = state->getTopElement(QvState::MaterialIndex); in ToWebOOGL()
764 elt = state->getTopElement(QvState::MaterialBindingIndex); in ToWebOOGL()
883 elt = state->getTopElement(QvState::MaterialIndex); in ToWebOOGL()
915 elt = state->getTopElement(QvState::Coordinate3Index); in ToWebOOGL()
917 elt = state->getTopElement(QvState::MaterialIndex); in ToWebOOGL()
921 elt = state->getTopElement(QvState::NormalIndex); in ToWebOOGL()
923 elt = state->getTopElement(QvState::NormalBindingIndex); in ToWebOOGL()
1014 elt = state->getTopElement(QvState::Coordinate3Index); in ToWebOOGL()
1016 elt = state->getTopElement(QvState::MaterialIndex); in ToWebOOGL()
1222 elt = state->getTopElement(QvState::Coordinate3Index); in ToWebOOGL()
[all …]
H A DQvState.h62 QvElement * getTopElement(StackIndex stackIndex) in getTopElement() function
H A DQvTraverse.c++118 while (state->getTopElement(QvState::TransformationIndex) != markerElt) in traverse()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/search/
H A DMockSearchParticipantXML.java61 String top = getTopElement(); in handleText()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/
H A DCheatsheetSearchParticipant.java119 String top = getTopElement(); in handleText()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/search/
H A DSearchParticipantXML.java328 protected String getTopElement() { in getTopElement() method in SearchParticipantXML