Home
last modified time | relevance | path

Searched refs:sourceLeft (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dvideo_v1.cpp38 uint16 sourceLeft; in spriteUncompressor() local
63 sourceLeft = READ_LE_UINT16(srcPtr); in spriteUncompressor()
98 sourceLeft--; in spriteUncompressor()
99 if (sourceLeft == 0) in spriteUncompressor()
129 sourceLeft--; in spriteUncompressor()
130 if (sourceLeft == 0) { in spriteUncompressor()
H A Dvideo_v2.cpp38 uint32 sourceLeft; in spriteUncompressor() local
67 sourceLeft = READ_LE_UINT32(srcPtr); in spriteUncompressor()
115 if (--sourceLeft == 0) in spriteUncompressor()
151 if (strLen >= ((int32) sourceLeft)) { in spriteUncompressor()
155 sourceLeft--; in spriteUncompressor()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dvideo_v1.cpp38 uint16 sourceLeft; in spriteUncompressor() local
63 sourceLeft = READ_LE_UINT16(srcPtr); in spriteUncompressor()
98 sourceLeft--; in spriteUncompressor()
99 if (sourceLeft == 0) in spriteUncompressor()
129 sourceLeft--; in spriteUncompressor()
130 if (sourceLeft == 0) { in spriteUncompressor()
H A Dvideo_v2.cpp38 uint32 sourceLeft; in spriteUncompressor() local
67 sourceLeft = READ_LE_UINT32(srcPtr); in spriteUncompressor()
115 if (--sourceLeft == 0) in spriteUncompressor()
151 if (strLen >= ((int32) sourceLeft)) { in spriteUncompressor()
155 sourceLeft--; in spriteUncompressor()
/dports/net-im/spectral/SortFilterProxyModel-36befddf5d57faad990e72c88c5844794f274145/tests/
H A Dindexsorter.cpp4 int IndexSorter::compare(const QModelIndex &sourceLeft, const QModelIndex &sourceRight, const qqsfp… in compare() argument
7 return sourceLeft.row() - sourceRight.row(); in compare()
10 int ReverseIndexSorter::compare(const QModelIndex &sourceLeft, const QModelIndex &sourceRight, cons… in compare() argument
13 return sourceRight.row() - sourceLeft.row(); in compare()
H A Dindexsorter.h10 …int compare(const QModelIndex& sourceLeft, const QModelIndex& sourceRight, const qqsfpm::QQmlSortF…
17 …int compare(const QModelIndex& sourceLeft, const QModelIndex& sourceRight, const qqsfpm::QQmlSortF…
/dports/net-im/spectral/SortFilterProxyModel-36befddf5d57faad990e72c88c5844794f274145/sorters/
H A Dsorter.cpp88 int Sorter::compare(const QModelIndex &sourceLeft, const QModelIndex &sourceRight, const QQmlSortFi… in compare() argument
90 if (lessThan(sourceLeft, sourceRight, proxyModel)) in compare()
92 if (lessThan(sourceRight, sourceLeft, proxyModel)) in compare()
102 bool Sorter::lessThan(const QModelIndex &sourceLeft, const QModelIndex &sourceRight, const QQmlSort… in lessThan() argument
104 Q_UNUSED(sourceLeft) in lessThan()
H A Drolesorter.cpp43 QPair<QVariant, QVariant> RoleSorter::sourceData(const QModelIndex &sourceLeft, const QModelIndex& … in sourceData() argument
51 pair.first = proxyModel.sourceData(sourceLeft, role); in sourceData()
56 int RoleSorter::compare(const QModelIndex &sourceLeft, const QModelIndex& sourceRight, const QQmlSo… in compare() argument
58 QPair<QVariant, QVariant> pair = sourceData(sourceLeft, sourceRight, proxyModel); in compare()
H A Dexpressionsorter.cpp82 int ExpressionSorter::compare(const QModelIndex& sourceLeft, const QModelIndex& sourceRight, const … in compare() argument
91 modelLeftMap.insert(it.value(), proxyModel.sourceData(sourceLeft, it.key())); in compare()
94 modelLeftMap.insert("index", sourceLeft.row()); in compare()
H A Drolesorter.h23 …QPair<QVariant, QVariant> sourceData(const QModelIndex &sourceLeft, const QModelIndex& sourceRight…
24 …int compare(const QModelIndex& sourceLeft, const QModelIndex& sourceRight, const QQmlSortFilterPro…
H A Dfiltersorter.cpp34 int FilterSorter::compare(const QModelIndex& sourceLeft, const QModelIndex& sourceRight, const QQml… in compare() argument
36 bool leftIsAccepted = indexIsAccepted(sourceLeft, proxyModel); in compare()
H A Dstringsorter.cpp108 int StringSorter::compare(const QModelIndex &sourceLeft, const QModelIndex &sourceRight, const QQml… in compare() argument
110 QPair<QVariant, QVariant> pair = sourceData(sourceLeft, sourceRight, proxyModel); in compare()
H A Dsorter.h41 …virtual int compare(const QModelIndex& sourceLeft, const QModelIndex& sourceRight, const QQmlSortF…
42 …virtual bool lessThan(const QModelIndex& sourceLeft, const QModelIndex& sourceRight, const QQmlSor…
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DConsoleDriver.cs208 …public static void MoveBufferArea (int sourceLeft, int sourceTop, int sourceWidth, int sourceHeigh… in MoveBufferArea() argument
211 MoveBufferArea (sourceLeft, sourceTop, sourceWidth, sourceHeight, in MoveBufferArea()
215 …public static void MoveBufferArea (int sourceLeft, int sourceTop, int sourceWidth, int sourceHeigh… in MoveBufferArea() argument
219 driver.MoveBufferArea (sourceLeft, sourceTop, sourceWidth, sourceHeight, in MoveBufferArea()
H A DConsole.cs677 …public static void MoveBufferArea (int sourceLeft, int sourceTop, int sourceWidth, int sourceHeigh… in MoveBufferArea() argument
680 …ConsoleDriver.MoveBufferArea (sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, target… in MoveBufferArea()
684 …public static void MoveBufferArea (int sourceLeft, int sourceTop, int sourceWidth, int sourceHeigh… in MoveBufferArea() argument
688 …ConsoleDriver.MoveBufferArea (sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, target… in MoveBufferArea()
921 …public static void MoveBufferArea (int sourceLeft, int sourceTop, int sourceWidth, int sourceHeigh… in MoveBufferArea() argument
923 …public static void MoveBufferArea (int sourceLeft, int sourceTop, int sourceWidth, int sourceHeigh… in MoveBufferArea() argument
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dreversingproxymodel.cpp31 bool ReversingProxyModel::lessThan(const QModelIndex &sourceLeft, in lessThan() argument
34 return sourceRight.row() < sourceLeft.row(); in lessThan()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/adaptations/software/
H A Dqsgsoftwareinternalimagenode.cpp149 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
163 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
177 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
191 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
207 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
223 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
243 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
259 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
278 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/adaptations/software/
H A Dqsgsoftwareinternalimagenode.cpp149 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
163 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
177 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
191 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
207 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
223 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
243 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
259 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
278 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
/dports/deskutils/kalendar/kalendar-0.4.0/src/
H A Dcommandbarfiltermodel.cpp33 bool CommandBarFilterModel::lessThan(const QModelIndex &sourceLeft, const QModelIndex &sourceRight)… in lessThan() argument
35 const int l = sourceLeft.data(KalCommandBarModel::Score).toInt(); in lessThan()
/dports/editors/kate/kate-21.12.3/addons/project/
H A Dbranchesdialog.cpp46 bool lessThan(const QModelIndex &sourceLeft, const QModelIndex &sourceRight) const override in lessThan() argument
49 const int l = sourceLeft.data(BranchesDialogModel::OriginalSorting).toInt(); in lessThan()
53 const int l = sourceLeft.data(BranchesDialogModel::FuzzyScore).toInt(); in lessThan()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmljseditor/
H A Dqmljsoutline.cpp76 bool QmlJSOutlineFilterModel::lessThan(const QModelIndex &sourceLeft, in lessThan() argument
80 return sourceLeft.row() > sourceRight.row(); in lessThan()
82 return sourceLeft.data().toString() > sourceRight.data().toString(); in lessThan()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqdrawutil.cpp980 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
994 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1008 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
1022 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1038 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
1054 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
1074 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
1090 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1109 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqdrawutil.cpp980 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
994 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1008 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
1022 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1038 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
1054 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
1074 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
1090 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1109 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqdrawutil.cpp980 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
994 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1008 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
1022 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1038 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
1054 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
1074 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
1090 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1109 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/styles/
H A Dqdrawutil.cpp980 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
994 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1008 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
1022 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1038 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
1054 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()
1074 d.sourceLeft = sourceRect.left(); in qDrawBorderPixmap()
1090 d.sourceLeft = sourceCenterRight; in qDrawBorderPixmap()
1109 d.sourceLeft = sourceCenterLeft; in qDrawBorderPixmap()

1234567891011