Home
last modified time | relevance | path

Searched refs:isInverse (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/core/
H A DExponentOps.cpp330 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
331 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[1]), true); in OIIO_ADD_TEST()
332 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[0]), true); in OIIO_ADD_TEST()
333 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
334 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
335 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
336 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[3]), true); in OIIO_ADD_TEST()
337 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[2]), true); in OIIO_ADD_TEST()
338 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
391 bool isInverse = ops[0]->isInverse(ops[1]); in OIIO_ADD_TEST() local
[all …]
H A DLogOps.cpp208 bool LogOp::isInverse(const OpRcPtr & op) const
485 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
486 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[1]), true); in OIIO_ADD_TEST()
487 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
488 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
490 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[0]), true); in OIIO_ADD_TEST()
491 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
492 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
494 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
495 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[3]), true); in OIIO_ADD_TEST()
[all …]
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/core/
H A DExponentOps.cpp330 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
331 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[1]), true); in OIIO_ADD_TEST()
332 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[0]), true); in OIIO_ADD_TEST()
333 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
334 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
335 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
336 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[3]), true); in OIIO_ADD_TEST()
337 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[2]), true); in OIIO_ADD_TEST()
338 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
391 bool isInverse = ops[0]->isInverse(ops[1]); in OIIO_ADD_TEST() local
[all …]
H A DLogOps.cpp208 bool LogOp::isInverse(const OpRcPtr & op) const
485 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
486 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[1]), true); in OIIO_ADD_TEST()
487 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
488 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
490 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[0]), true); in OIIO_ADD_TEST()
491 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
492 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
494 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
495 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[3]), true); in OIIO_ADD_TEST()
[all …]
H A DNoOps.cpp56 virtual bool isInverse(const OpRcPtr & op) const;
88 bool AllocationNoOp::isInverse(const OpRcPtr & op) const
323 virtual bool isInverse(const OpRcPtr & op) const;
355 bool FileNoOp::isInverse(const OpRcPtr & op) const
393 virtual bool isInverse(const OpRcPtr & op) const;
425 bool LookNoOp::isInverse(const OpRcPtr & op) const
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/core/
H A DExponentOps.cpp330 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
331 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[1]), true); in OIIO_ADD_TEST()
332 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[0]), true); in OIIO_ADD_TEST()
333 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
334 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
335 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
336 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[3]), true); in OIIO_ADD_TEST()
337 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[2]), true); in OIIO_ADD_TEST()
338 OIIO_CHECK_EQUAL(ops[3]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
391 bool isInverse = ops[0]->isInverse(ops[1]); in OIIO_ADD_TEST() local
[all …]
H A DLogOps.cpp208 bool LogOp::isInverse(const OpRcPtr & op) const
485 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[0]), false); in OIIO_ADD_TEST()
486 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[1]), true); in OIIO_ADD_TEST()
487 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
488 OIIO_CHECK_EQUAL(ops[0]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
490 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[0]), true); in OIIO_ADD_TEST()
491 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
492 OIIO_CHECK_EQUAL(ops[1]->isInverse(ops[3]), false); in OIIO_ADD_TEST()
494 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[2]), false); in OIIO_ADD_TEST()
495 OIIO_CHECK_EQUAL(ops[2]->isInverse(ops[3]), true); in OIIO_ADD_TEST()
[all …]
/dports/irc/quassel-core/quassel-0.14-rc2/src/common/
H A Dhighlightrulemanager.cpp57 QVariantList isInverse; in initHighlightRuleList() local
67 isInverse << _highlightRuleList[i].isInverse(); in initHighlightRuleList()
77 highlightRuleListMap["isInverse"] = isInverse; in initHighlightRuleList()
90 QVariantList isInverse = highlightRuleList["isInverse"].toList(); in initSetHighlightRuleList() local
96 || count != isInverse.count() || count != sender.count() || count != channel.count()) { in initSetHighlightRuleList()
108 isInverse[i].toBool(), in initSetHighlightRuleList()
115 …int id, const QString& name, bool isRegEx, bool isCaseSensitive, bool isActive, bool isInverse, co… in addHighlightRule() argument
121 …HighlightRule newItem = HighlightRule(id, name, isRegEx, isCaseSensitive, isActive, isInverse, sen… in addHighlightRule()
124 …SYNC(ARG(id), ARG(name), ARG(isRegEx), ARG(isCaseSensitive), ARG(isActive), ARG(isInverse), ARG(se… in addHighlightRule()
167 if (rule.isInverse()) { in match()
H A Dhighlightrulemanager.h83 …ring contents, bool isRegEx, bool isCaseSensitive, bool isEnabled, bool isInverse, QString sender,… in HighlightRule() argument
89 , _isInverse(isInverse) in HighlightRule()
191 inline bool isInverse() const { return _isInverse; } in isInverse() function
197 inline void setIsInverse(bool isInverse) { _isInverse = isInverse; } in setIsInverse() argument
357 bool isInverse, in requestAddHighlightRule() argument
361 …id), ARG(name), ARG(isRegEx), ARG(isCaseSensitive), ARG(isEnabled), ARG(isInverse), ARG(sender), A… in requestAddHighlightRule()
369 bool isInverse,
418 …void ruleAdded(QString name, bool isRegEx, bool isCaseSensitive, bool isEnabled, bool isInverse, Q…
/dports/irc/quassel/quassel-0.14-rc2/src/common/
H A Dhighlightrulemanager.cpp57 QVariantList isInverse; in initHighlightRuleList() local
67 isInverse << _highlightRuleList[i].isInverse(); in initHighlightRuleList()
77 highlightRuleListMap["isInverse"] = isInverse; in initHighlightRuleList()
90 QVariantList isInverse = highlightRuleList["isInverse"].toList(); in initSetHighlightRuleList() local
96 || count != isInverse.count() || count != sender.count() || count != channel.count()) { in initSetHighlightRuleList()
108 isInverse[i].toBool(), in initSetHighlightRuleList()
115 …int id, const QString& name, bool isRegEx, bool isCaseSensitive, bool isActive, bool isInverse, co… in addHighlightRule() argument
121 …HighlightRule newItem = HighlightRule(id, name, isRegEx, isCaseSensitive, isActive, isInverse, sen… in addHighlightRule()
124 …SYNC(ARG(id), ARG(name), ARG(isRegEx), ARG(isCaseSensitive), ARG(isActive), ARG(isInverse), ARG(se… in addHighlightRule()
167 if (rule.isInverse()) { in match()
H A Dhighlightrulemanager.h83 …ring contents, bool isRegEx, bool isCaseSensitive, bool isEnabled, bool isInverse, QString sender,… in HighlightRule() argument
89 , _isInverse(isInverse) in HighlightRule()
191 inline bool isInverse() const { return _isInverse; } in isInverse() function
197 inline void setIsInverse(bool isInverse) { _isInverse = isInverse; } in setIsInverse() argument
357 bool isInverse, in requestAddHighlightRule() argument
361 …id), ARG(name), ARG(isRegEx), ARG(isCaseSensitive), ARG(isEnabled), ARG(isInverse), ARG(sender), A… in requestAddHighlightRule()
369 bool isInverse,
418 …void ruleAdded(QString name, bool isRegEx, bool isCaseSensitive, bool isEnabled, bool isInverse, Q…
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkScan_AntiPath.cpp79 if (isInverse) { in BaseSuperBlitter()
106 bool isInverse);
152 bool isInverse) in SuperBlitter() argument
440 SkASSERT(!isInverse); in MaskSuperBlitter()
619 bool isInverse = path.isInverseFillType(); in SAAFillPath() local
675 const bool isInverse = path.isInverseFillType(); in AntiFillPath() local
678 if (isInverse) { in AntiFillPath()
688 if (isInverse) { in AntiFillPath()
724 if (isInverse) { in AntiFillPath()
736 if (isInverse) { in AntiFillPath()
[all …]
H A DSkCoverageDelta.h155 void convertCoverageToAlpha(bool isEvenOdd, bool isInverse, bool isConvex);
173 static SK_ALWAYS_INLINE SkAlpha CoverageToAlpha(SkFixed coverage, bool isEvenOdd, bool isInverse) { in CoverageToAlpha() argument
182 return isInverse ? 255 - result : result; in CoverageToAlpha()
200 static SK_ALWAYS_INLINE T CoverageToAlpha(const T& coverage, bool isEvenOdd, bool isInverse) { in CoverageToAlpha() argument
212 return isInverse ? 255 - result : result; in CoverageToAlpha()
217 static SK_ALWAYS_INLINE SkAlpha ConvexCoverageToAlpha(SkFixed coverage, bool isInverse) { in ConvexCoverageToAlpha() argument
221 return isInverse ? 255 - result : result; in ConvexCoverageToAlpha()
225 static SK_ALWAYS_INLINE T ConvexCoverageToAlpha(const T& coverage, bool isInverse) { in ConvexCoverageToAlpha() argument
230 return isInverse ? 255 - result : result; in ConvexCoverageToAlpha()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkScan_AntiPath.cpp75 bool isInverse) { in BaseSuperBlitter() argument
79 if (isInverse) { in BaseSuperBlitter()
151 bool isInverse) in SuperBlitter() argument
435 bool isInverse) in MaskSuperBlitter() argument
439 SkASSERT(!isInverse); in MaskSuperBlitter()
630 const bool isInverse = path.isInverseFillType(); in AntiFillPath() local
641 if (isInverse) { in AntiFillPath()
651 if (isInverse) { in AntiFillPath()
688 if (isInverse) { in AntiFillPath()
697 if (isInverse) { in AntiFillPath()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkScan_AntiPath.cpp81 if (isInverse) { in BaseSuperBlitter()
108 bool isInverse);
154 bool isInverse) in SuperBlitter() argument
442 SkASSERT(!isInverse); in MaskSuperBlitter()
678 bool isInverse = path.isInverseFillType(); in SAAFillPath() local
721 const bool isInverse = path.isInverseFillType(); in AntiFillPath() local
724 if (isInverse) { in AntiFillPath()
734 if (isInverse) { in AntiFillPath()
770 if (isInverse) { in AntiFillPath()
782 if (isInverse) { in AntiFillPath()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkScan_AntiPath.cpp81 if (isInverse) { in BaseSuperBlitter()
108 bool isInverse);
154 bool isInverse) in SuperBlitter() argument
442 SkASSERT(!isInverse); in MaskSuperBlitter()
678 bool isInverse = path.isInverseFillType(); in SAAFillPath() local
721 const bool isInverse = path.isInverseFillType(); in AntiFillPath() local
724 if (isInverse) { in AntiFillPath()
734 if (isInverse) { in AntiFillPath()
770 if (isInverse) { in AntiFillPath()
782 if (isInverse) { in AntiFillPath()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp81 if (isInverse) { in BaseSuperBlitter()
108 bool isInverse);
154 bool isInverse) in SuperBlitter() argument
442 SkASSERT(!isInverse); in MaskSuperBlitter()
678 bool isInverse = path.isInverseFillType(); in SAAFillPath() local
721 const bool isInverse = path.isInverseFillType(); in AntiFillPath() local
724 if (isInverse) { in AntiFillPath()
734 if (isInverse) { in AntiFillPath()
770 if (isInverse) { in AntiFillPath()
782 if (isInverse) { in AntiFillPath()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkScan_AntiPath.cpp81 if (isInverse) { in BaseSuperBlitter()
108 bool isInverse);
154 bool isInverse) in SuperBlitter() argument
442 SkASSERT(!isInverse); in MaskSuperBlitter()
678 bool isInverse = path.isInverseFillType(); in SAAFillPath() local
721 const bool isInverse = path.isInverseFillType(); in AntiFillPath() local
724 if (isInverse) { in AntiFillPath()
734 if (isInverse) { in AntiFillPath()
770 if (isInverse) { in AntiFillPath()
782 if (isInverse) { in AntiFillPath()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkScan_AntiPath.cpp81 if (isInverse) { in BaseSuperBlitter()
108 bool isInverse);
154 bool isInverse) in SuperBlitter() argument
442 SkASSERT(!isInverse); in MaskSuperBlitter()
678 bool isInverse = path.isInverseFillType(); in SAAFillPath() local
721 const bool isInverse = path.isInverseFillType(); in AntiFillPath() local
724 if (isInverse) { in AntiFillPath()
734 if (isInverse) { in AntiFillPath()
770 if (isInverse) { in AntiFillPath()
782 if (isInverse) { in AntiFillPath()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp80 if (isInverse) { in BaseSuperBlitter()
107 bool isInverse);
153 bool isInverse) in SuperBlitter() argument
441 SkASSERT(!isInverse); in MaskSuperBlitter()
677 bool isInverse = path.isInverseFillType(); in SAAFillPath() local
720 const bool isInverse = path.isInverseFillType(); in AntiFillPath() local
723 if (isInverse) { in AntiFillPath()
733 if (isInverse) { in AntiFillPath()
769 if (isInverse) { in AntiFillPath()
781 if (isInverse) { in AntiFillPath()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/menu/widgets/
H A Dinputbindingwidget.cpp95 void(bindingitertype_t type, int bid, char const *ev, dd_bool isInverse)> in DENG2_PIMPL()
118 dd_bool isInverse; in DENG2_PIMPL() local
173 isInverse = (findInString(ptr, "-inverse", end - ptr) != NULL); in DENG2_PIMPL()
179 if (((binds->flags & CCF_INVERSE) && isInverse) || in DENG2_PIMPL()
180 ((binds->flags & CCF_NON_INVERSE) && !isInverse) || in DENG2_PIMPL()
186 .emplace_back(bid, buf, isInverse); in DENG2_PIMPL()
194 isInverse = !isInverse; in DENG2_PIMPL()
198 bindings[MIBT_JOY].emplace_back(bid, buf, isInverse); in DENG2_PIMPL()
202 bindings[MIBT_MOUSE].emplace_back(bid, buf, isInverse); in DENG2_PIMPL()
250 [this, &ctx](bindingitertype_t type, int /*bid*/, const char *name, dd_bool isInverse) { in DENG2_PIMPL() argument
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/wdlfft/
H A Dfft.h62 extern void WDL_fft(WDL_FFT_COMPLEX *, int len, int isInverse);
68 extern void WDL_real_fft(WDL_FFT_REAL *, int len, int isInverse);
/dports/emulators/mame/mame-mame0226/3rdparty/wdlfft/
H A Dfft.h62 extern void WDL_fft(WDL_FFT_COMPLEX *, int len, int isInverse);
68 extern void WDL_real_fft(WDL_FFT_REAL *, int len, int isInverse);
/dports/irc/quassel/quassel-0.14-rc2/src/core/
H A Dcorehighlightrulemanager.h57 bool isInverse, in requestAddHighlightRule() argument
61 … addHighlightRule(id, name, isRegEx, isCaseSensitive, isEnabled, isInverse, sender, chanName); in requestAddHighlightRule()
/dports/irc/quassel-core/quassel-0.14-rc2/src/core/
H A Dcorehighlightrulemanager.h57 bool isInverse, in requestAddHighlightRule() argument
61 … addHighlightRule(id, name, isRegEx, isCaseSensitive, isEnabled, isInverse, sender, chanName); in requestAddHighlightRule()

123456789