Home
last modified time | relevance | path

Searched refs:checkY (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkCoverageDelta.h56 int count(int y) const { this->checkY(y); return fCounts[y]; } in count()
57 bool sorted(int y) const { this->checkY(y); return fSorted[y]; } in sorted()
61 this->checkY(y); in getDelta()
68 this->checkY(y); in sort()
92 void checkY(int y) const { SkASSERT(y >= fTop && y < fBottom); } in checkY() function
95 this->checkY(y); in push_back()
137 this->checkY(y); in delta()
167 void checkY(int y) const { SkASSERT(y >= fBounds.fTop && y < fBounds.fBottom); } in checkY() function
H A DSkScan_AAAPath.cpp366 inline void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter
415 checkY(y); in blitAntiH()
443 checkY(y); in blitAntiH()
456 checkY(y); in blitAntiH()
483 checkY(y); in blitAntiH()
512 checkY(y); in blitAntiH()
527 checkY(y); in blitAntiH()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DViewportTests.cpp82 for (uint32_t checkY = 0; checkY < kHeight; checkY++) { in TestViewportQuad() local
83 if (checkX >= x && checkX < x + width && checkY >= y && checkY < y + height) { in TestViewportQuad()
84 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kWhite, rp.color, checkX, checkY); in TestViewportQuad()
86 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kZero, rp.color, checkX, checkY); in TestViewportQuad()
/dports/www/kf5-khtml/khtml-5.89.0/src/imload/
H A Dpixmapplane.cpp117 … for (int checkY = startY; checkY < Tile::TileSize && tile.versions[checkY]; ++checkY) { in paint() local
/dports/games/openjazz/openjazz-20190106/src/game/
H A Dgame.cpp414 if (TTOF(checkY) > viewY + (canvasH << 9) + change) viewY += change; in view()
415 else if (TTOF(checkY) < viewY + (canvasH << 9) - change) viewY -= change; in view()
429 player->reset(checkX, checkY); in resetPlayer()
451 player->createLevelPlayer(levelType, pAnims, NULL, checkX, checkY); in addLevelPlayer()
465 player->createLevelPlayer(levelType, pAnims, pFlippedAnims, checkX, checkY); in addLevelPlayer()
H A Dservergame.cpp319 checkY = recvBuffers[count][3]; in step()
324 checkY += recvBuffers[count][5] << 8; in step()
409 sendBuffer[3] = checkY & 0xFF; in step()
411 sendBuffer[5] = (checkY >> 8) & 0xFF; in step()
554 checkY = gridY; in setCheckpoint()
H A Dlocalgame.cpp157 checkY = gridY; in setCheckpoint()
H A Dclientgame.cpp465 checkY = recvBuffer[3]; in step()
470 checkY += recvBuffer[5] << 8; in step()
H A Dgame.h107 short int checkY; ///< Y-coordinate of the level checkpoint variable
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/byogames/
H A Dbyocbtris.cpp405 int checkY = bricksVert-1; in RemoveFullLines() local
408 while ( checkY >= 0 ) in RemoveFullLines()
412 if ( !m_Content[x][checkY] ) isFull = false; in RemoveFullLines()
418 if ( checkY != copyToY ) in RemoveFullLines()
421 m_Content[x][copyToY] = m_Content[x][checkY]; in RemoveFullLines()
425 checkY--; in RemoveFullLines()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/timelineeditor/
H A Deasingcurve.cpp157 bool checkX, checkY; in fromString() local
162 point.ry() = stringList[++i].toDouble(&checkY); in fromString()
164 if (!checkX || !checkY) in fromString()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp368 void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter
411 checkY(y); in blitAntiH()
440 checkY(y); in blitAntiH()
453 checkY(y); in blitAntiH()
481 checkY(y); in blitAntiH()
510 checkY(y); in blitAntiH()
525 checkY(y); in blitAntiH()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp368 void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter
411 checkY(y); in blitAntiH()
440 checkY(y); in blitAntiH()
453 checkY(y); in blitAntiH()
481 checkY(y); in blitAntiH()
510 checkY(y); in blitAntiH()
525 checkY(y); in blitAntiH()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkScan_AAAPath.cpp367 void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter
410 checkY(y); in blitAntiH()
439 checkY(y); in blitAntiH()
452 checkY(y); in blitAntiH()
480 checkY(y); in blitAntiH()
509 checkY(y); in blitAntiH()
524 checkY(y); in blitAntiH()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp368 void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter
411 checkY(y); in blitAntiH()
440 checkY(y); in blitAntiH()
453 checkY(y); in blitAntiH()
481 checkY(y); in blitAntiH()
510 checkY(y); in blitAntiH()
525 checkY(y); in blitAntiH()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp368 void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter
411 checkY(y); in blitAntiH()
440 checkY(y); in blitAntiH()
453 checkY(y); in blitAntiH()
481 checkY(y); in blitAntiH()
510 checkY(y); in blitAntiH()
525 checkY(y); in blitAntiH()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkScan_AAAPath.cpp367 void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter
410 checkY(y); in blitAntiH()
439 checkY(y); in blitAntiH()
452 checkY(y); in blitAntiH()
480 checkY(y); in blitAntiH()
509 checkY(y); in blitAntiH()
524 checkY(y); in blitAntiH()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/swgl/src/
H A Drasterize.h903 float checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_quad_spans() local
909 if (y > checkY) { in draw_quad_spans()
943 checkY = min(ceil(min(l1.y, r1.y) - aaRound), clipRect.y1); in draw_quad_spans()
1166 float checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_perspective_spans() local
1172 if (y > checkY) { in draw_perspective_spans()
1193 checkY = min(ceil(min(l1.y, r1.y) - aaRound), clipRect.y1); in draw_perspective_spans()
/dports/www/firefox/firefox-99.0/gfx/wr/swgl/src/
H A Drasterize.h903 float checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_quad_spans() local
909 if (y > checkY) { in draw_quad_spans()
943 checkY = min(ceil(min(l1.y, r1.y) - aaRound), clipRect.y1); in draw_quad_spans()
1166 float checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_perspective_spans() local
1172 if (y > checkY) { in draw_perspective_spans()
1193 checkY = min(ceil(min(l1.y, r1.y) - aaRound), clipRect.y1); in draw_perspective_spans()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/swgl/src/
H A Drasterize.h903 float checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_quad_spans() local
909 if (y > checkY) { in draw_quad_spans()
943 checkY = min(ceil(min(l1.y, r1.y) - aaRound), clipRect.y1); in draw_quad_spans()
1166 float checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_perspective_spans() local
1172 if (y > checkY) { in draw_perspective_spans()
1193 checkY = min(ceil(min(l1.y, r1.y) - aaRound), clipRect.y1); in draw_perspective_spans()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DTranslatorVulkan.cpp685 TIntermBinary *checkY = new TIntermBinary(EOpGreaterThan, iy, threshold->deepCopy()); in AddBresenhamEmulationFS() local
686 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DTranslatorVulkan.cpp707 TIntermBinary *checkY = new TIntermBinary(EOpGreaterThan, iy, threshold->deepCopy()); in AddBresenhamEmulationFS() local
708 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/swgl/src/
H A Dgl.cc2923 float checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_quad_spans() local
2926 if (y > checkY) { in draw_quad_spans()
2957 checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_quad_spans()
3215 float checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_perspective_spans() local
3218 if (y > checkY) { in draw_perspective_spans()
3234 checkY = min(min(l1.y, r1.y), clipRect.y1); in draw_perspective_spans()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/gui/
H A Dgui_lol.cpp1292 …static const int8 checkY[] = { 0, -1, 0, 1, 0, -1, -1, 1, 1, -2, 0, 2, 0, -2, -2, -1, 1, 2, 2, 1, … in clickedScenePickupItem() local
1313 …_curPage, CLIP(_mouseX + checkX[i], clipLeft, clipRight), CLIP(_mouseY + checkY[i], clipTop, clipB… in clickedScenePickupItem()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/gui/
H A Dgui_lol.cpp1293 …static const int8 checkY[] = { 0, -1, 0, 1, 0, -1, -1, 1, 1, -2, 0, 2, 0, -2, -2, -1, 1, 2, 2, 1, … in clickedScenePickupItem() local
1314 …_curPage, CLIP(_mouseX + checkX[i], clipLeft, clipRight), CLIP(_mouseY + checkY[i], clipTop, clipB… in clickedScenePickupItem()

12