Home
last modified time | relevance | path

Searched refs:tileRect (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/bench/
DSKPBench.cpp72 const SkIRect tileRect = SkIRect::MakeXYWH(x, y, tileW, tileH); in onPerCanvasPreDraw() local
73 *fTileRects.append() = tileRect; in onPerCanvasPreDraw()
79 clip.offset(-SkIntToScalar(tileRect.fLeft), -SkIntToScalar(tileRect.fTop)); in onPerCanvasPreDraw()
/third_party/skia/bench/
DSKPBench.cpp69 const SkIRect tileRect = SkIRect::MakeXYWH(x, y, tileW, tileH); in onPerCanvasPreDraw() local
70 *fTileRects.append() = tileRect; in onPerCanvasPreDraw()
76 clip.offset(-SkIntToScalar(tileRect.fLeft), -SkIntToScalar(tileRect.fTop)); in onPerCanvasPreDraw()
/third_party/flutter/flutter/packages/flutter/test/material/
Dabout_test.dart293 Rect tileRect = tester.getRect(find.byType(AboutListTile));
294 expect(tileRect.height, 56.0);
299 tileRect = tester.getRect(find.byType(AboutListTile));
300 expect(tileRect.height, 56.0);
305 tileRect = tester.getRect(find.byType(AboutListTile));
306 expect(tileRect.height, 48.0);
Dlist_tile_test.dart116 final Rect tileRect = tester.getRect(find.byType(ListTile));
117 expect(tileRect.size, Size(800.0, expectedHeight));
118 expect(top('title'), greaterThanOrEqualTo(tileRect.top));
121 expect(bottom('subtitle'), lessThan(tileRect.bottom));
123 expect(top('title'), equals(tileRect.top + (tileRect.height - height('title')) / 2.0));
/third_party/flutter/skia/include/core/
DSkPicture.h212 const SkMatrix* localMatrix, const SkRect* tileRect) const;
/third_party/skia/include/core/
DSkPicture.h231 const SkMatrix* localMatrix, const SkRect* tileRect) const;
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Ddecoration_image.dart445 for (Rect tileRect in _generateImageTileRects(rect, destinationRect, repeat))
446 canvas.drawImageRect(image, sourceRect, tileRect, paint);
452 for (Rect tileRect in _generateImageTileRects(rect, destinationRect, repeat))
453 canvas.drawImageNine(image, centerSlice, tileRect, paint);
/third_party/flutter/skia/tests/
DImageFilterTest.cpp974 SkRect tileRect = SkRect::Make(SkIRect::MakeXYWH(x, y, tileSize, tileSize)); in DEF_TEST() local
975 draw_picture_clipped(&canvas1, tileRect, picture1.get()); in DEF_TEST()
976 draw_picture_clipped(&canvas2, tileRect, picture2.get()); in DEF_TEST()
/third_party/skia/tests/
DImageFilterTest.cpp1085 SkRect tileRect = SkRect::Make(SkIRect::MakeXYWH(x, y, tileSize, tileSize)); in DEF_TEST() local
1086 draw_picture_clipped(&canvas1, tileRect, picture1.get()); in DEF_TEST()
1087 draw_picture_clipped(&canvas2, tileRect, picture2.get()); in DEF_TEST()