Home | History | Annotate | Download | only in tests

Lines Matching refs:MakeLTRB

39     SkRect r = SkRect::MakeLTRB(1, 2, 3, 4);
41 r = SkRect::MakeLTRB(10, 11, 12, 13);
47 r = SkRect::MakeLTRB(14, 15, 16, 17);
63 r = SkRect::MakeLTRB(14, 15, 16, 17);
73 r = SkRect::MakeLTRB(14, 15, 16, 17);
96 r = SkRect::MakeLTRB(24, 25, 26, 27);
393 SkRect rect = SkRect::MakeLTRB(0, 0, 10, 10);
513 SkRect overlapLeft = SkRect::MakeLTRB(10, 10, 50, 50);
514 SkRect overlapRight = SkRect::MakeLTRB(40, 40, 80, 80);
516 MakeLTRB(10, 10, 90, 90);
517 SkRect nestedChild = SkRect::MakeLTRB(40, 40, 60, 60);
615 SkRect testRect = SkRect::MakeLTRB(10, 10, 40, 40);
616 SkRect insideRect = SkRect::MakeLTRB(20, 20, 30, 30);
617 SkRect intersectingRect = SkRect::MakeLTRB(25, 25, 50, 50);
618 SkRect outsideRect = SkRect::MakeLTRB(0, 0, 50, 50);
619 SkRect nonIntersectingRect = SkRect::MakeLTRB(100, 100, 110, 110);