Home
last modified time | relevance | path

Searched refs:GetPropertyCount (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DFilterNodeD2D1.cpp758 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
775 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
782 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
789 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
796 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
803 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
824 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
844 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
862 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
871 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DFilterNodeD2D1.cpp756 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
773 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
780 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
787 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
794 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
801 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
822 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
842 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
860 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
869 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
[all …]
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DFilterNodeD2D1.cpp756 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
773 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
780 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
787 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
794 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
801 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
822 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
842 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
860 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
869 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DFilterNodeD2D1.cpp758 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
775 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
782 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
789 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
796 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
803 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
824 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
844 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
862 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
871 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DFilterNodeD2D1.cpp738 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
755 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
762 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
769 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
776 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
783 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
804 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
824 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
842 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
851 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DFilterNodeD2D1.cpp705 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
722 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
731 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
740 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
749 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
758 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
783 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
803 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
820 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
830 MOZ_ASSERT(input < mEffect->GetPropertyCount()); in SetAttribute()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/vfk/
H A Dvfkfeature.cpp356 m_propertyList.assign(poDataBlock->GetPropertyCount(), VFKProperty()); in VFKFeature()
357 CPLAssert(size_t (poDataBlock->GetPropertyCount()) == m_propertyList.size()); in VFKFeature()
431 if (oPropList.size() != (size_t) m_poDataBlock->GetPropertyCount()) { in SetProperties()
436 (int) oPropList.size(), m_poDataBlock->GetPropertyCount()); in SetProperties()
480 if (iIndex < 0 || iIndex >= m_poDataBlock->GetPropertyCount() || in SetProperty()
527 if (iIndex < 0 || iIndex >= m_poDataBlock->GetPropertyCount() || in GetProperty()
679 for (int iField = 0; iField < m_poDataBlock->GetPropertyCount(); iField++) { in LoadProperties()
H A Dogrvfkdatasource.cpp191 for (int iField = 0; iField < poDataBlock->GetPropertyCount(); iField++) { in CreateLayerFromBlock()
H A Dvfkfeaturesqlite.cpp226 for (int iField = 0; iField < m_poDataBlock->GetPropertyCount(); iField++) { in LoadProperties()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/vfk/
H A Dvfkfeature.cpp364 m_propertyList.assign(poDataBlock->GetPropertyCount(), VFKProperty()); in VFKFeature()
366 size_t (poDataBlock->GetPropertyCount()) == m_propertyList.size()); in VFKFeature()
489 if (oPropList.size() != (size_t) m_poDataBlock->GetPropertyCount()) { in SetProperties()
494 (int) oPropList.size(), m_poDataBlock->GetPropertyCount(), in SetProperties()
537 if (iIndex < 0 || iIndex >= m_poDataBlock->GetPropertyCount() || in SetProperty()
600 if (iIndex < 0 || iIndex >= m_poDataBlock->GetPropertyCount() || in GetProperty()
754 for( int iField = 0; iField < m_poDataBlock->GetPropertyCount(); iField++ ) in LoadProperties()
H A Dogrvfkdatasource.cpp161 for (int iField = 0; iField < poDataBlock->GetPropertyCount(); iField++) { in CreateLayerFromBlock()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/vfk/
H A Dvfkfeature.cpp364 m_propertyList.assign(poDataBlock->GetPropertyCount(), VFKProperty()); in VFKFeature()
366 size_t (poDataBlock->GetPropertyCount()) == m_propertyList.size()); in VFKFeature()
489 if (oPropList.size() != (size_t) m_poDataBlock->GetPropertyCount()) { in SetProperties()
494 (int) oPropList.size(), m_poDataBlock->GetPropertyCount(), in SetProperties()
537 if (iIndex < 0 || iIndex >= m_poDataBlock->GetPropertyCount() || in SetProperty()
600 if (iIndex < 0 || iIndex >= m_poDataBlock->GetPropertyCount() || in GetProperty()
754 for( int iField = 0; iField < m_poDataBlock->GetPropertyCount(); iField++ ) in LoadProperties()
H A Dogrvfkdatasource.cpp161 for (int iField = 0; iField < poDataBlock->GetPropertyCount(); iField++) { in CreateLayerFromBlock()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/vfk/
H A Dvfkfeature.cpp364 m_propertyList.assign(poDataBlock->GetPropertyCount(), VFKProperty()); in VFKFeature()
366 size_t (poDataBlock->GetPropertyCount()) == m_propertyList.size()); in VFKFeature()
489 if (oPropList.size() != (size_t) m_poDataBlock->GetPropertyCount()) { in SetProperties()
494 (int) oPropList.size(), m_poDataBlock->GetPropertyCount(), in SetProperties()
537 if (iIndex < 0 || iIndex >= m_poDataBlock->GetPropertyCount() || in SetProperty()
600 if (iIndex < 0 || iIndex >= m_poDataBlock->GetPropertyCount() || in GetProperty()
754 for( int iField = 0; iField < m_poDataBlock->GetPropertyCount(); iField++ ) in LoadProperties()
H A Dogrvfkdatasource.cpp161 for (int iField = 0; iField < poDataBlock->GetPropertyCount(); iField++) { in CreateLayerFromBlock()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/win32/
H A DPropertyGrid.h17 virtual unsigned int GetPropertyCount() const = 0;
/dports/devel/wxformbuilder/source/src/model/
H A Dobjectbase.h266 size_t GetPropertyCount() { return m_properties.size(); } in GetPropertyCount() function
363 unsigned int GetPropertyCount() { return (unsigned int)m_properties.size(); } in GetPropertyCount() function
570 unsigned int GetPropertyCount() { return (unsigned int)m_properties.size(); } in GetPropertyCount() function
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_scriptobject.h90 asUINT GetPropertyCount() const;
H A Das_objecttype.h119 asUINT GetPropertyCount() const;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_scriptobject.h90 asUINT GetPropertyCount() const;
H A Das_objecttype.h119 asUINT GetPropertyCount() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_scriptobject.h90 asUINT GetPropertyCount() const;
H A Das_objecttype.h119 asUINT GetPropertyCount() const;
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_scriptobject.h90 asUINT GetPropertyCount() const;
H A Das_objecttype.h119 asUINT GetPropertyCount() const;

12345678910>>...13