Home
last modified time | relevance | path

Searched refs:propIndex (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/graphics/jogamp-jogl/jogl/src/newt/native/
H A DX11RandR13.c330 int propIndex = 0; in Java_jogamp_newt_driver_x11_RandR13_getMonitorViewport0() local
372 int propIndex = 0; in Java_jogamp_newt_driver_x11_RandR13_getMonitorMode0() local
378 prop[propIndex++] = refresh; in Java_jogamp_newt_driver_x11_RandR13_getMonitorMode0()
379 prop[propIndex++] = flags; in Java_jogamp_newt_driver_x11_RandR13_getMonitorMode0()
380 prop[propIndex++] = mode->id; in Java_jogamp_newt_driver_x11_RandR13_getMonitorMode0()
431 int propIndex = 0; in Java_jogamp_newt_driver_x11_RandR13_getMonitorCurrentMode0() local
437 prop[propIndex++] = refresh; in Java_jogamp_newt_driver_x11_RandR13_getMonitorCurrentMode0()
438 prop[propIndex++] = flags; in Java_jogamp_newt_driver_x11_RandR13_getMonitorCurrentMode0()
439 prop[propIndex++] = mode->id; in Java_jogamp_newt_driver_x11_RandR13_getMonitorCurrentMode0()
489 int propIndex = 0; in Java_jogamp_newt_driver_x11_RandR13_getMonitorDevice0() local
[all …]
H A DX11RandR11.c127 int propIndex = 0; in Java_jogamp_newt_driver_x11_RandR11_getScreenResolution0() local
130 prop[propIndex++] = xrrs[(int)resMode_idx].width; in Java_jogamp_newt_driver_x11_RandR11_getScreenResolution0()
131 prop[propIndex++] = xrrs[(int)resMode_idx].height; in Java_jogamp_newt_driver_x11_RandR11_getScreenResolution0()
132 prop[propIndex++] = xrrs[(int)resMode_idx].mwidth; in Java_jogamp_newt_driver_x11_RandR11_getScreenResolution0()
133 prop[propIndex++] = xrrs[(int)resMode_idx].mheight; in Java_jogamp_newt_driver_x11_RandR11_getScreenResolution0()
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DNewProjectDlg.cpp24 propIndex = 0; in BEGIN_EVENT_TABLE()
146 return GetString(propIndex); in GetLabel()
151 return (DvdResolution) GetInt(propIndex + 1); in GetDvdResolution()
158 return (DiscCapacity) GetInt(propIndex + i2 + 1); in GetCapacity()
163 int q = GetInt(propIndex + i2 + 2); in GetVideoBitrate()
164 int b = GetInt(propIndex + i2 + 3); in GetVideoBitrate()
172 return GetInt(propIndex + i2 + 4); in GetAudioBitrate()
177 int vf = GetInt(propIndex + i2 + 5); in GetVideoFormat()
191 return (AspectRatio) (GetInt(propIndex + i2 + 6) + 1); in GetAspectRatio()
196 return (AudioFormat) (GetInt(propIndex + i2 + 7) + 2); in GetAudioFormat()
[all …]
/dports/cad/gdt/GDT-4.0.4/
H A Dgdt2gds.C370 propIndex = -1; in main()
458 if (propIndex >= 0) in main()
480 propIndex++; in main()
582 if (propIndex >= 0) in main()
597 propIndex++; in main()
654 if (propIndex >= 0) in main()
698 propIndex++; in main()
848 propIndex++; in main()
944 propIndex++; in main()
1187 propIndex++; in main()
[all …]
H A DgdsStream.h71 …ned short ref,double mag,double angle,double x_coord,double y_coord,int propIndex,int propNumArray…
75 …rt row,double x1,double y1,double x2,double y2,double x3,double y3,int propIndex,int propNumArray…
83 …short ref, double mag, double angle, double x, double y, char* txt, int propIndex, int propNumArra…
87 …short ref, double mag, double angle, double x, double y, char* txt, int propIndex, int propNumArra…
91 …nt layer, int datatyp, double xArray[], double yArray[], int nVert, int propIndex, int propNumArra…
92 …nt layer, int datatyp, double xArray[], double yArray[], int nVert, int propIndex, int propNumArra…
102 …nExtn, double endExtn, double xArray[], double yArray[], int nVert, int propIndex, int propNumArra…
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DwrapPropertyIndex.cpp42 _WrapPropertyStack(const PcpPropertyIndex& propIndex) in _WrapPropertyStack() argument
44 const PcpPropertyRange range = propIndex.GetPropertyRange(); in _WrapPropertyStack()
49 _WrapLocalPropertyStack(const PcpPropertyIndex& propIndex) in _WrapLocalPropertyStack() argument
52 propIndex.GetPropertyRange(/* localOnly= */ true); in _WrapLocalPropertyStack()
H A DtargetIndex.h67 const PcpPropertyIndex& propIndex,
96 const PcpPropertyIndex& propIndex,
/dports/lang/maude/maude-2.7.1/src/Temporal/
H A DmodelChecker2.cc178 int propIndex = bdd_var(formula); in satisfiesPropositionalFormula() local
179 if (testedProps.contains(propIndex)) in satisfiesPropositionalFormula()
180 formula = trueProps.contains(propIndex) ? bdd_high(formula) : bdd_low(formula); in satisfiesPropositionalFormula()
183 testedProps.insert(propIndex); in satisfiesPropositionalFormula()
184 if (system.checkProposition(systemStateNr, propIndex)) in satisfiesPropositionalFormula()
186 trueProps.insert(propIndex); in satisfiesPropositionalFormula()
H A DlogicFormula.cc36 LogicFormula::makeProp(int propIndex) in makeProp() argument
42 if (n.op == PROPOSITION && n.args[0] == propIndex) in makeProp()
48 n.args[0] = propIndex; in makeProp()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/platforms/drm/
H A Ddrm_object.cpp146 for (int propIndex = 0; propIndex < m_propertyDefinitions.count(); propIndex++) { in updateProperties() local
147 const PropertyDefinition &def = m_propertyDefinitions[propIndex]; in updateProperties()
156 if (m_props[propIndex]) { in updateProperties()
157 m_props[propIndex]->setCurrent(properties->prop_values[drmPropIndex]); in updateProperties()
159 …m_props[propIndex] = new Property(m_gpu, prop.data(), properties->prop_values[drmPropIndex], def.e… in updateProperties()
166 deleteProp(propIndex); in updateProperties()
/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/
H A DtestPcpIterator.cpp166 const PcpPropertyIndex& propIndex = in _IterateAndPrintPropertyIndex() local
174 TF_FOR_ALL(it, propIndex.GetPropertyRange(localOnly)) { in _IterateAndPrintPropertyIndex()
188 TF_REVERSE_FOR_ALL(it, propIndex.GetPropertyRange(localOnly)) { in _IterateAndPrintPropertyIndex()
291 const PcpPropertyIndex& propIndex = in main() local
295 const PcpPropertyRange propRange = propIndex.GetPropertyRange(); in main()
318 const PcpPropertyIndex& propIndex = in main() local
322 const PcpPropertyRange propRange = propIndex.GetPropertyRange(); in main()
H A DtestPcpCompositionResults.py211 (propIndex, propIndexErrors) = \
216 if len(propIndex.propertyStack) == 0:
219 propStackMap[propPath] = propIndex.propertyStack
221 if isinstance(propIndex.propertyStack[0], Sdf.RelationshipSpec):
229 elif isinstance(propIndex.propertyStack[0], Sdf.AttributeSpec):
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/animator/
H A DSkDisplayable.cpp78 int propIndex = 0; in deepCopy() local
86 if (getProperty(propIndex, &value)) in deepCopy()
87 copy->setProperty(propIndex, value); in deepCopy()
88 propIndex++; in deepCopy()
154 int propIndex = 0; in dumpAttrs() local
168 if (getProperty(propIndex, &value)) { in dumpAttrs()
169 blankCopy->getProperty(propIndex, &blankValue); in dumpAttrs()
174 propIndex++; in dumpAttrs()
/dports/lang/maude/maude-2.7.1/src/Higher/
H A DtemporalSymbol.cc181 int propIndex = propositions.dagNode2Index(dagNode); in build() local
182 if (propIndex == NONE) in build()
184 propIndex = propositions.cardinality(); in build()
187 return formula.makeProp(propIndex); in build()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DShape.cpp461 uint32_t propIndex; in changeProperty() local
467 PropertyInfo oldProp = propMap->getPropertyInfo(propIndex); in changeProperty()
497 if (propMap == map && propIndex == mapLength - 1) { in changeProperty()
532 propMap = map->lookup(cx, mapLength, id, &propIndex); in changeProperty()
576 uint32_t propIndex; in changeCustomDataPropAttributes() local
596 if (propMap == map && propIndex == mapLength - 1) { in changeCustomDataPropAttributes()
623 propMap = map->lookup(cx, mapLength, id, &propIndex); in changeCustomDataPropAttributes()
656 uint32_t propIndex; in removeProperty() local
658 &propIndex, &table, &ptr)) { in removeProperty()
666 PropertyInfo prop = propMap->getPropertyInfo(propIndex); in removeProperty()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DShape.cpp480 uint32_t propIndex; in changeProperty() local
486 PropertyInfo oldProp = propMap->getPropertyInfo(propIndex); in changeProperty()
516 if (propMap == map && propIndex == mapLength - 1) { in changeProperty()
551 propMap = map->lookup(cx, mapLength, id, &propIndex); in changeProperty()
599 uint32_t propIndex; in changeCustomDataPropAttributes() local
619 if (propMap == map && propIndex == mapLength - 1) { in changeCustomDataPropAttributes()
646 propMap = map->lookup(cx, mapLength, id, &propIndex); in changeCustomDataPropAttributes()
679 uint32_t propIndex; in removeProperty() local
681 &propIndex, &table, &ptr)) { in removeProperty()
693 PropertyInfo prop = propMap->getPropertyInfo(propIndex); in removeProperty()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DShape.cpp461 uint32_t propIndex; in changeProperty() local
467 PropertyInfo oldProp = propMap->getPropertyInfo(propIndex); in changeProperty()
497 if (propMap == map && propIndex == mapLength - 1) { in changeProperty()
532 propMap = map->lookup(cx, mapLength, id, &propIndex); in changeProperty()
576 uint32_t propIndex; in changeCustomDataPropAttributes() local
596 if (propMap == map && propIndex == mapLength - 1) { in changeCustomDataPropAttributes()
623 propMap = map->lookup(cx, mapLength, id, &propIndex); in changeCustomDataPropAttributes()
656 uint32_t propIndex; in removeProperty() local
658 &propIndex, &table, &ptr)) { in removeProperty()
666 PropertyInfo prop = propMap->getPropertyInfo(propIndex); in removeProperty()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/icu/
H A DExtractICUData.java396 for (int propIndex = ranges[range][0]; propIndex < ranges[range][1]; ++propIndex) {
397 String propName = UCharacter.getPropertyName(propIndex, UProperty.NameChoice.LONG);
398 … String shortPropName = UCharacter.getPropertyName(propIndex, UProperty.NameChoice.SHORT);
399 propName = getName(propIndex, propName, shortPropName);
415 … String valueName = UCharacter.getPropertyValueName(propIndex, valueIndex,
417 … String shortValueName = UCharacter.getPropertyValueName(propIndex, valueIndex,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Entity.Design/System/Data/WebControls/Design/
H A DEntityDataSourceDataSelection.cs464 for (int propIndex = 0; propIndex < _entityTypeProperties.Count; propIndex++) in ReadPropertyName()
471 …String.Equals(UnescapePropertyName(propertyName), _entityTypeProperties[propIndex], StringComparis… in ReadPropertyName()
473 return propIndex; in ReadPropertyName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/ELinq/
H A DTypeSystem.cs268 int propIndex = Array.IndexOf(interfaceMap.InterfaceMethods, getInterfaceProp); in IsImplementationOf()
273 if (propIndex > -1 && propIndex < targetMethods.Length) in IsImplementationOf()
280 result = getPropertyMethod.Equals(targetMethods[propIndex]); in IsImplementationOf()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dflatsb.pp26 function FlatSB_GetScrollProp(hwnd:HWND;propIndex : cint;p3 : LPINT):BOOL; stdcall;
42 Internal_FlatSB_GetScrollProp: function(hwnd:HWND;propIndex : cint;p3 : LPINT):BOOL; stdcall;
48 function FlatSB_GetScrollProp(hwnd:HWND;propIndex : cint;p3 : LPINT):BOOL; stdcall;
50 …ult:=Assigned(Internal_FlatSB_GetScrollProp) and Internal_FlatSB_GetScrollProp(hwnd,propIndex, p3);
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/Common/
H A DDeserializeType.cs89 var propIndex = TypeAttrInObject.Length; in ExtractType()
90 var typeName = Serializer.EatValue(strType, ref propIndex); in ExtractType()
132 var propIndex = TypeAttrInObject.Length; in ExtractType()
133 var typeName = Serializer.EatValue(strType, ref propIndex); in ExtractType()
/dports/multimedia/mp4v2/mp4v2-2.0.0/src/
H A Dmp4descriptor.h69 void SetReadMutate(uint32_t propIndex) { in SetReadMutate() argument
70 m_readMutatePoint = propIndex; in SetReadMutate()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMp4v2/libmp4v2/src/
H A Dmp4descriptor.h69 void SetReadMutate(uint32_t propIndex) { in SetReadMutate() argument
70 m_readMutatePoint = propIndex; in SetReadMutate()
/dports/audio/aacgain/aacgain-1.8/mpeg4ip/lib/mp4v2/
H A Dmp4descriptor.h70 void SetReadMutate(u_int32_t propIndex) { in SetReadMutate() argument
71 m_readMutatePoint = propIndex; in SetReadMutate()

12345678910