Home
last modified time | relevance | path

Searched refs:checkXY (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Daltairz80_sys.c630 static int32 checkXY(const char xy) { in checkXY() function
700 if (!(val[0] = checkXY(xy))) in parse_X80()
731 if (!(val[0] = checkXY(xy))) in parse_X80()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DTranslatorVulkan.cpp686 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS() local
692 TIntermIfElse *ifStatement = new TIntermIfElse(checkXY, discardBlock, nullptr); in AddBresenhamEmulationFS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DTranslatorVulkan.cpp708 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS() local
714 TIntermIfElse *ifStatement = new TIntermIfElse(checkXY, discardBlock, nullptr); in AddBresenhamEmulationFS()
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_paint_device_test.cpp1123 bool checkXY(const QPoint &pt, const QPoint &realPt) { in checkXY() function
1130 bool checkXY<KisHLineIteratorSP>(const QPoint &pt, const QPoint &realPt) { in checkXY() function
1135 bool checkXY<KisVLineIteratorSP>(const QPoint &pt, const QPoint &realPt) { in checkXY() function
1270 QVERIFY(checkXY<IteratorSP>(QPoint(it->x(), it->y()), QPoint(x,y))); in testWrappedLineIteratorReadMoreThanBounds()