Home
last modified time | relevance | path

Searched refs:needsConversion (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Query/
H A DSetQuery.h24 bool needsConversion = false>
26 : public Query<MatchFuncArgType, DataFuncArgType, needsConversion> {
30 SetQuery() : Query<MatchFuncArgType, DataFuncArgType, needsConversion>(){}; in SetQuery()
42 this->TypeConvert(what, Int2Type<needsConversion>()); in Match()
46 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
47 SetQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
48 new SetQuery<MatchFuncArgType, DataFuncArgType, needsConversion>(); in copy()
H A DAndQuery.h20 bool needsConversion = false>
22 : public Query<MatchFuncArgType, DataFuncArgType, needsConversion> {
24 typedef Query<MatchFuncArgType, DataFuncArgType, needsConversion> BASE;
40 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
41 AndQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
42 new AndQuery<MatchFuncArgType, DataFuncArgType, needsConversion>(); in copy()
H A DOrQuery.h19 bool needsConversion = false>
21 : public Query<MatchFuncArgType, DataFuncArgType, needsConversion> {
23 typedef Query<MatchFuncArgType, DataFuncArgType, needsConversion> BASE;
40 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
41 OrQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
42 new OrQuery<MatchFuncArgType, DataFuncArgType, needsConversion>(); in copy()
H A DXOrQuery.h20 bool needsConversion = false>
22 : public Query<MatchFuncArgType, DataFuncArgType, needsConversion> {
24 typedef Query<MatchFuncArgType, DataFuncArgType, needsConversion> BASE;
45 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
46 XOrQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
47 new XOrQuery<MatchFuncArgType, DataFuncArgType, needsConversion>(); in copy()
H A DGreaterQuery.h20 bool needsConversion = false>
22 : public EqualityQuery<MatchFuncArgType, DataFuncArgType, needsConversion> {
40 this->TypeConvert(what, Int2Type<needsConversion>()); in Match()
54 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
55 GreaterQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
56 new GreaterQuery<MatchFuncArgType, DataFuncArgType, needsConversion>(); in copy()
H A DLessQuery.h20 bool needsConversion = false>
22 : public EqualityQuery<MatchFuncArgType, DataFuncArgType, needsConversion> {
40 this->TypeConvert(what, Int2Type<needsConversion>()); in Match()
54 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
55 LessQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
56 new LessQuery<MatchFuncArgType, DataFuncArgType, needsConversion>(); in copy()
H A DGreaterEqualQuery.h20 bool needsConversion = false>
22 : public EqualityQuery<MatchFuncArgType, DataFuncArgType, needsConversion> {
40 this->TypeConvert(what, Int2Type<needsConversion>()); in Match()
53 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
54 GreaterEqualQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
56 needsConversion>(); in copy()
H A DLessEqualQuery.h20 bool needsConversion = false>
22 : public EqualityQuery<MatchFuncArgType, DataFuncArgType, needsConversion> {
40 this->TypeConvert(what, Int2Type<needsConversion>()); in Match()
54 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
55 LessEqualQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
57 needsConversion>(); in copy()
H A DEqualityQuery.h22 bool needsConversion = false>
24 : public Query<MatchFuncArgType, DataFuncArgType, needsConversion> {
53 this->TypeConvert(what, Int2Type<needsConversion>()); in Match()
69 virtual Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() in copy()
71 EqualityQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
72 new EqualityQuery<MatchFuncArgType, DataFuncArgType, needsConversion>(); in copy()
H A DRangeQuery.h26 bool needsConversion = false>
28 : public Query<MatchFuncArgType, DataFuncArgType, needsConversion> {
63 this->TypeConvert(what, Int2Type<needsConversion>()); in Match()
83 Query<MatchFuncArgType, DataFuncArgType, needsConversion> *copy() const { in copy()
84 RangeQuery<MatchFuncArgType, DataFuncArgType, needsConversion> *res = in copy()
85 new RangeQuery<MatchFuncArgType, DataFuncArgType, needsConversion>(); in copy()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqplatformgraphicsbufferhelper.cpp163 bool needsConversion = false; in bindSWToTexture() local
189 needsConversion = true; in bindSWToTexture()
200 needsConversion = true; in bindSWToTexture()
204 needsConversion = true; in bindSWToTexture()
207 …if (!needsConversion && image.bytesPerLine() != (size.width() * 4) && ctx->isOpenGLES() && ctx->fo… in bindSWToTexture()
208 needsConversion = true; in bindSWToTexture()
209 if (needsConversion) in bindSWToTexture()

12345678