Home
last modified time | relevance | path

Searched refs:weightTypes (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DMosaicOpImage.java633 int[] weightTypes = new int[numSources]; in computeRectByte() local
639 weightTypes[i] = WEIGHT_TYPE_ROI; in computeRectByte()
901 int[] weightTypes = new int[numSources]; in computeRectUShort() local
907 weightTypes[i] = WEIGHT_TYPE_ROI; in computeRectUShort()
1169 int[] weightTypes = new int[numSources]; in computeRectShort() local
1175 weightTypes[i] = WEIGHT_TYPE_ROI; in computeRectShort()
1437 int[] weightTypes = new int[numSources]; in computeRectInt() local
1443 weightTypes[i] = WEIGHT_TYPE_ROI; in computeRectInt()
1705 int[] weightTypes = new int[numSources]; in computeRectFloat() local
1711 weightTypes[i] = WEIGHT_TYPE_ROI; in computeRectFloat()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Dcfdgimpl.cpp413 std::vector<int> weightTypes( m_shapeTypes.size(), 0 ); in rulesLoaded() local
425 weightTypes[r->mNameIndex ] |= static_cast<int>(r->weightType); in rulesLoaded()
432 if (weightTypes[r->mNameIndex ] & static_cast<int>(ASTrule::PercentWeight)) { in rulesLoaded()
441 if (weightTypes[r->mNameIndex] == static_cast<int>(ASTrule::PercentWeight) && in rulesLoaded()