Home
last modified time | relevance | path

Searched refs:rectIndex (Results 1 – 25 of 87) sorted by relevance

1234

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/toltecs/
H A Dsegmap.cpp132 for (int16 rectIndex = 0; rectIndex < (int16)_pathRects.size(); rectIndex++) { in findPathRectAtPoint() local
133 if (y >= _pathRects[rectIndex].y1 && y <= _pathRects[rectIndex].y2 && in findPathRectAtPoint()
134 x >= _pathRects[rectIndex].x1 && x <= _pathRects[rectIndex].x2) { in findPathRectAtPoint()
135 return rectIndex; in findPathRectAtPoint()
149 for (int16 rectIndex = 0; rectIndex < (int16)_pathRects.size(); rectIndex++) { in adjustPathPoint() local
151 if (x >= _pathRects[rectIndex].x1 && x < _pathRects[rectIndex].x2) { in adjustPathPoint()
202 for (int16 rectIndex = 0; rectIndex < (int16)_pathRects.size(); rectIndex++) { in findNextPathRect() local
207 …if (x1 == _pathRects[rectIndex].x2 && y1 < _pathRects[rectIndex].y2 && y2 > _pathRects[rectIndex].… in findNextPathRect()
209 …} else if (x2 == _pathRects[rectIndex].x1 && y1 < _pathRects[rectIndex].y2 && y2 > _pathRects[rect… in findNextPathRect()
211 …} else if (y1 == _pathRects[rectIndex].y2 && x1 < _pathRects[rectIndex].x2 && x2 > _pathRects[rect… in findNextPathRect()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/toltecs/
H A Dsegmap.cpp132 for (int16 rectIndex = 0; rectIndex < (int16)_pathRects.size(); rectIndex++) { in findPathRectAtPoint() local
133 if (y >= _pathRects[rectIndex].y1 && y <= _pathRects[rectIndex].y2 && in findPathRectAtPoint()
134 x >= _pathRects[rectIndex].x1 && x <= _pathRects[rectIndex].x2) { in findPathRectAtPoint()
135 return rectIndex; in findPathRectAtPoint()
149 for (int16 rectIndex = 0; rectIndex < (int16)_pathRects.size(); rectIndex++) { in adjustPathPoint() local
151 if (x >= _pathRects[rectIndex].x1 && x < _pathRects[rectIndex].x2) { in adjustPathPoint()
202 for (int16 rectIndex = 0; rectIndex < (int16)_pathRects.size(); rectIndex++) { in findNextPathRect() local
207 …if (x1 == _pathRects[rectIndex].x2 && y1 < _pathRects[rectIndex].y2 && y2 > _pathRects[rectIndex].… in findNextPathRect()
209 …} else if (x2 == _pathRects[rectIndex].x1 && y1 < _pathRects[rectIndex].y2 && y2 > _pathRects[rect… in findNextPathRect()
211 …} else if (y1 == _pathRects[rectIndex].y2 && x1 < _pathRects[rectIndex].x2 && x2 > _pathRects[rect… in findNextPathRect()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DTiledRegion.cpp271 [&aRect](nsTArray<pixman_box32_t>& rects, size_t& rectIndex, in AddRect()
281 tileIt != emptyTiles.End(); ++tileIt, ++rectIndex) { in AddRect()
282 rects[rectIndex] = tileIt.IntersectionWith(aRect); in AddRect()
286 [](nsTArray<pixman_box32_t>& rects, size_t rectIndex, in AddRect()
288 rects[rectIndex] = UnionBoundsOfNonEmptyBoxes( in AddRect()
289 rects[rectIndex], rectIntersectionWithTile); in AddRect()
304 [](const nsTArray<pixman_box32_t>& rects, size_t& rectIndex, in Intersects()
309 [](const nsTArray<pixman_box32_t>& rects, size_t rectIndex, in Intersects() argument
311 if (NonEmptyBoxesIntersect(rects[rectIndex], in Intersects()
339 [](const nsTArray<pixman_box32_t>& rects, size_t rectIndex, in Contains()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DTiledRegion.cpp271 [&aRect](nsTArray<pixman_box32_t>& rects, size_t& rectIndex, in AddRect()
281 tileIt != emptyTiles.End(); ++tileIt, ++rectIndex) { in AddRect()
282 rects[rectIndex] = tileIt.IntersectionWith(aRect); in AddRect()
286 [](nsTArray<pixman_box32_t>& rects, size_t rectIndex, in AddRect()
288 rects[rectIndex] = UnionBoundsOfNonEmptyBoxes( in AddRect()
289 rects[rectIndex], rectIntersectionWithTile); in AddRect()
304 [](const nsTArray<pixman_box32_t>& rects, size_t& rectIndex, in Intersects()
309 [](const nsTArray<pixman_box32_t>& rects, size_t rectIndex, in Intersects() argument
311 if (NonEmptyBoxesIntersect(rects[rectIndex], in Intersects()
339 [](const nsTArray<pixman_box32_t>& rects, size_t rectIndex, in Contains()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DTiledRegion.cpp271 [&aRect](nsTArray<pixman_box32_t>& rects, size_t& rectIndex, in AddRect()
281 tileIt != emptyTiles.End(); ++tileIt, ++rectIndex) { in AddRect()
282 rects[rectIndex] = tileIt.IntersectionWith(aRect); in AddRect()
286 [](nsTArray<pixman_box32_t>& rects, size_t rectIndex, in AddRect()
288 rects[rectIndex] = UnionBoundsOfNonEmptyBoxes( in AddRect()
289 rects[rectIndex], rectIntersectionWithTile); in AddRect()
304 [](const nsTArray<pixman_box32_t>& rects, size_t& rectIndex, in Intersects()
309 [](const nsTArray<pixman_box32_t>& rects, size_t rectIndex, in Intersects() argument
311 if (NonEmptyBoxesIntersect(rects[rectIndex], in Intersects()
339 [](const nsTArray<pixman_box32_t>& rects, size_t rectIndex, in Contains()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DTiledRegion.cpp294 [&aRect](nsTArray<pixman_box32_t>& rects, size_t& rectIndex, TileRange emptyTiles) { in AddRect() argument
298 !rects.InsertElementsAt(rectIndex, emptyTiles.Length(), fallible)) { in AddRect()
303 ++tileIt, ++rectIndex) { in AddRect()
304 rects[rectIndex] = tileIt.IntersectionWith(aRect); in AddRect()
308 …[](nsTArray<pixman_box32_t>& rects, size_t rectIndex, const pixman_box32_t& rectIntersectionWithTi… in AddRect() argument
309 rects[rectIndex] = in AddRect()
310 UnionBoundsOfNonEmptyBoxes(rects[rectIndex], rectIntersectionWithTile); in AddRect()
327 [](const nsTArray<pixman_box32_t>& rects, size_t& rectIndex, TileRange emptyTiles) { in Intersects() argument
332 if (NonEmptyBoxesIntersect(rects[rectIndex], rectIntersectionWithTile)) { in Intersects()
354 [](const nsTArray<pixman_box32_t>& rects, size_t& rectIndex, TileRange emptyTiles) { in Contains() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DTiledRegion.cpp271 [&aRect](nsTArray<pixman_box32_t>& rects, size_t& rectIndex, in AddRect()
281 tileIt != emptyTiles.End(); ++tileIt, ++rectIndex) { in AddRect()
282 rects[rectIndex] = tileIt.IntersectionWith(aRect); in AddRect()
286 [](nsTArray<pixman_box32_t>& rects, size_t rectIndex, in AddRect()
288 rects[rectIndex] = UnionBoundsOfNonEmptyBoxes( in AddRect()
289 rects[rectIndex], rectIntersectionWithTile); in AddRect()
304 [](const nsTArray<pixman_box32_t>& rects, size_t& rectIndex, in Intersects()
309 [](const nsTArray<pixman_box32_t>& rects, size_t rectIndex, in Intersects() argument
311 if (NonEmptyBoxesIntersect(rects[rectIndex], in Intersects()
339 [](const nsTArray<pixman_box32_t>& rects, size_t rectIndex, in Contains()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/asylum/resources/
H A Dencounters.cpp648 void Encounter::updateFromRect(int32 rectIndex) { in updateFromRect() argument
649 if (rectIndex) { in updateFromRect()
650 if (rectIndex == 1 && (_data_455B14 + 1) < 50) { in updateFromRect()
1330 switch (rectIndex) { in updateDrawingStatus1()
1337 _drawingStructs[rectIndex].status = 1; in updateDrawingStatus1()
1344 _drawingStructs[rectIndex].status = 1; in updateDrawingStatus1()
1352 switch (rectIndex) { in updateDrawingStatus2()
1359 _drawingStructs[rectIndex].status = 2; in updateDrawingStatus2()
1361 updateFromRect(rectIndex); in updateDrawingStatus2()
1367 _drawingStructs[rectIndex].status = 2; in updateDrawingStatus2()
[all …]
H A Dencounters.h233 void updateFromRect(int32 rectIndex);
259 void updateDrawingStatus1(int32 rectIndex);
260 void updateDrawingStatus2(int32 rectIndex);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dframeout.cpp752 for (RectList::size_type rectIndex = 0; rectIndex < eraseList.size(); ++rectIndex) { in calcLists() local
753 const Common::Rect &rect = *eraseList[rectIndex]; in calcLists()
771 eraseList.erase_at(rectIndex); in calcLists()
828 for (RectList::size_type rectIndex = 0; rectIndex < rectCount; ++rectIndex) { in calcLists() local
829 const int splitCount = splitRects(*eraseList[rectIndex], innerPlane._screenRect, outRects); in calcLists()
835 eraseLists[innerIndex].add(*eraseList[rectIndex]); in calcLists()
837 eraseLists[outerIndex].add(*eraseList[rectIndex]); in calcLists()
842 eraseList.erase_at(rectIndex); in calcLists()
854 eraseLists[innerIndex].add(*eraseList[rectIndex]); in calcLists()
856 eraseLists[outerIndex].add(*eraseList[rectIndex]); in calcLists()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dframeout.cpp808 for (RectList::size_type rectIndex = 0; rectIndex < eraseList.size(); ++rectIndex) { in calcLists() local
809 const Common::Rect &rect = *eraseList[rectIndex]; in calcLists()
827 eraseList.erase_at(rectIndex); in calcLists()
884 for (RectList::size_type rectIndex = 0; rectIndex < rectCount; ++rectIndex) { in calcLists() local
885 const int splitCount = splitRects(*eraseList[rectIndex], innerPlane._screenRect, outRects); in calcLists()
891 eraseLists[innerIndex].add(*eraseList[rectIndex]); in calcLists()
893 eraseLists[outerIndex].add(*eraseList[rectIndex]); in calcLists()
898 eraseList.erase_at(rectIndex); in calcLists()
910 eraseLists[innerIndex].add(*eraseList[rectIndex]); in calcLists()
912 eraseLists[outerIndex].add(*eraseList[rectIndex]); in calcLists()
[all …]
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DExtendedTextView.m370 NSUInteger rectCount, rectIndex;
385 for (rectIndex = 0; rectIndex < rectCount; rectIndex++)
387 aRect = NSIntersectionRect(rects[rectIndex], [self visibleRect]);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp582 int rectIndex = 0; in onPrepareDraws() local
589 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
594 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
597 rectIndex++; in onPrepareDraws()
602 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
607 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
610 rectIndex++; in onPrepareDraws()
615 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
620 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
623 rectIndex++; in onPrepareDraws()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrDashOp.cpp617 int rectIndex = 0; in onPrepareDraws() local
624 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
629 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
632 rectIndex++; in onPrepareDraws()
637 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
642 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
645 rectIndex++; in onPrepareDraws()
650 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
655 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
658 rectIndex++; in onPrepareDraws()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp582 int rectIndex = 0; in onPrepareDraws() local
589 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
594 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
597 rectIndex++; in onPrepareDraws()
602 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
607 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
610 rectIndex++; in onPrepareDraws()
615 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
620 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
623 rectIndex++; in onPrepareDraws()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp582 int rectIndex = 0; in onPrepareDraws() local
589 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
594 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
597 rectIndex++; in onPrepareDraws()
602 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
607 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
610 rectIndex++; in onPrepareDraws()
615 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
620 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
623 rectIndex++; in onPrepareDraws()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/effects/
H A DGrDashingEffect.cpp573 int rectIndex = 0; in onPrepareDraws() local
579 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
588 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
592 rectIndex++; in onPrepareDraws()
596 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
605 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
609 rectIndex++; in onPrepareDraws()
613 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
622 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
626 rectIndex++; in onPrepareDraws()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrDashOp.cpp608 int rectIndex = 0; in onPrepareDraws() local
614 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
621 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
624 rectIndex++; in onPrepareDraws()
628 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
634 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
637 rectIndex++; in onPrepareDraws()
641 setup_dashed_rect(rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
647 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
650 rectIndex++; in onPrepareDraws()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp582 int rectIndex = 0; in onPrepareDraws() local
589 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
594 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
597 rectIndex++; in onPrepareDraws()
602 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
607 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
610 rectIndex++; in onPrepareDraws()
615 rects[rectIndex], vertices, geom.fSrcRotInv, in onPrepareDraws()
620 vertices.writeQuad(GrQuad::MakeFromRect(rects[rectIndex], geom.fSrcRotInv)); in onPrepareDraws()
623 rectIndex++; in onPrepareDraws()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp181 ImDrawIdx rectIndex = drawList->IdxBuffer[indexOffset]; in onPaint() local
182 SkPoint tl = pos[rectIndex], br = pos[rectIndex + 2]; in onPaint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp161 ImDrawIdx rectIndex = drawList->IdxBuffer[indexOffset]; in onPaint() local
162 SkPoint tl = pos[rectIndex], br = pos[rectIndex + 2]; in onPaint()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/fb_base/
H A Dfb_base.cpp249 for (int rectIndex = 0; rectIndex < repaintRegion.numRects(); rectIndex++) { in doRedraw() local
250 QRegion rectRegion = rects[rectIndex]; in doRedraw()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrDashOp.cpp627 int rectIndex = 0; in onPrepareDraws() local
633 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
642 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
646 rectIndex++; in onPrepareDraws()
650 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
659 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
663 rectIndex++; in onPrepareDraws()
667 setup_dashed_rect(rects[rectIndex], vertices, curVIdx, geom.fSrcRotInv, in onPrepareDraws()
676 setup_dashed_rect_pos(rects[rectIndex], curVIdx, geom.fSrcRotInv, verts); in onPrepareDraws()
680 rectIndex++; in onPrepareDraws()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/test/testplugin/
H A Dnptest_droid.cpp74 int32_t rectIndex, RectEdge edge) { in pluginGetClipRegionRectEdge() argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/test/testplugin/
H A Dnptest_droid.cpp75 int32_t rectIndex, RectEdge edge) { in pluginGetClipRegionRectEdge() argument

1234