Home
last modified time | relevance | path

Searched refs:colCount (Results 1 – 25 of 1339) sorted by relevance

12345678910>>...54

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/
H A DSpan.java41 private int colCount; field in Span
53 public Span(int colCount, int colGap, int ipd) { in Span() argument
55 this.colCount = colCount; in Span()
67 colWidth = (ipd - ((colCount - 1) * colGap)) / colCount; in createNormalFlows()
69 for (int i = 0; i < colCount; i++) { in createNormalFlows()
81 return colCount; in getColumnCount()
119 if (colRequested >= 0 && colRequested < colCount) { in getNormalFlow()
164 return (curFlowIdx < colCount - 1); in hasMoreFlows()
173 for (int i = 0; i < colCount; i++) { in notifyFlowsFinished()
226 if (colCount > 1) { in toString()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/sql/kernel/
H A Dqsqlcachedresult.cpp77 int colCount; member in QSqlCachedResultPrivate
92 colCount = 0; in cleanup()
101 colCount = count; in init()
117 rowCacheEnd += colCount; in nextIndex()
133 rowCacheEnd -= colCount; in revertLast()
139 Q_ASSERT(colCount); in cacheCount()
140 return rowCacheEnd / colCount; in cacheCount()
157 d->init(colCount, isForwardOnly()); in init()
283 d->cache.resize(d->colCount); in cacheNext()
295 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/qsqlite/
H A Dclementinesqlcachedresult.cpp77 int colCount; member in ClementineSqlCachedResultPrivate
92 colCount = 0; in cleanup()
101 colCount = count; in init()
115 if (newIdx + colCount > cache.size()) in nextIndex()
117 rowCacheEnd += colCount; in nextIndex()
133 rowCacheEnd -= colCount; in revertLast()
139 Q_ASSERT(colCount); in cacheCount()
140 return rowCacheEnd / colCount; in cacheCount()
157 d->init(colCount, isForwardOnly()); in init()
283 d->cache.resize(d->colCount); in cacheNext()
[all …]
/dports/net/quiterss/quiterss-0.19.4_1/3rdparty/sqlitex/
H A Dsqlcachedresult.cpp43 int colCount; member in SqlCachedResultPrivate
58 colCount = 0; in cleanup()
67 colCount = count; in init()
81 if (newIdx + colCount > cache.size()) in nextIndex()
83 rowCacheEnd += colCount; in nextIndex()
99 rowCacheEnd -= colCount; in revertLast()
105 Q_ASSERT(colCount); in cacheCount()
106 return rowCacheEnd / colCount; in cacheCount()
123 d->init(colCount, isForwardOnly()); in init()
249 d->cache.resize(d->colCount); in cacheNext()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlcachedresult.cpp66 colCount(0), in QSqlCachedResultPrivate()
75 colCount = 0; in cleanup()
84 colCount = count; in init()
100 rowCacheEnd += colCount; in nextIndex()
116 rowCacheEnd -= colCount; in revertLast()
122 Q_ASSERT(colCount); in cacheCount()
123 return rowCacheEnd / colCount; in cacheCount()
136 d->init(colCount, isForwardOnly()); in init()
270 d->cache.resize(d->colCount); in cacheNext()
282 int QSqlCachedResult::colCount() const in colCount() function in QSqlCachedResult
[all …]
/dports/graphics/proj/proj-7.2.1/src/transformations/
H A Dtinshift_impl.hpp352 const unsigned colCount = file.verticesColumnCount(); in GetBounds() local
355 for (size_t i = 0; i + colCount - 1 < vertices.size(); i += colCount) { in GetBounds()
376 const unsigned colCount = file.verticesColumnCount(); in BuildQuadTree() local
381 const double x1 = vertices[i1 * colCount + idxX]; in BuildQuadTree()
382 const double y1 = vertices[i1 * colCount + idxY]; in BuildQuadTree()
383 const double x2 = vertices[i2 * colCount + idxX]; in BuildQuadTree()
384 const double y2 = vertices[i2 * colCount + idxY]; in BuildQuadTree()
385 const double x3 = vertices[i3 * colCount + idxX]; in BuildQuadTree()
386 const double y3 = vertices[i3 * colCount + idxY]; in BuildQuadTree()
428 const unsigned colCount = file.verticesColumnCount(); in FindTriangle() local
[all …]
/dports/emulators/cemu/CEmu-1.3/gui/qt/tivarslib/TypeHandlers/
H A DTH_Matrix.cpp25 size_t rowCount, colCount; in makeDataFromString() local
33 colCount = (size_t) (count(rows[0].begin(), rows[0].end(), ',') + 1); in makeDataFromString()
35 if (colCount > 0xFF || rowCount > 0xFF) in makeDataFromString()
52 if (tmp.size() != colCount) in makeDataFromString()
59 data[0] = (uchar)(colCount & 0xFF); in makeDataFromString()
84 const size_t colCount = data[0]; in makeStringFromData() local
87 …if (data.size() < 2+TH_GenericReal::dataByteCount || colCount < 1 || rowCount < 1 || colCount > 25… in makeStringFromData()
88 …|| ((byteCount - 2) % TH_GenericReal::dataByteCount != 0) || (colCount*rowCount != (byteCount - 2)… in makeStringFromData()
97 if (num % colCount == 0) // first column in makeStringFromData()
102 if (num % colCount < colCount - 1) // not last column in makeStringFromData()

12345678910>>...54