Home | History | Annotate | Download | only in tests

Lines Matching refs:fBottom

674         arcRect.offset(rect.fRight - arcRect.fRight, rect.fBottom - arcRect.fBottom);
677 arcRect.offset(rect.fLeft - arcRect.fLeft, rect.fBottom - arcRect.fBottom);
719 r.fBottom = r.fTop + 2 * size;
746 r.fBottom = r.fTop + 2 * size;
1036 path->lineTo(r.fRight, r.fBottom);
1037 path->lineTo(r.fLeft, r.fBottom);
1601 kBaseRect.fBottom - 0.25f*kBaseRect.height()),
1630 {SkRect::MakeXYWH(kBaseRect.fLeft, kBaseRect.fBottom, 0, 0), true, true, false, true},
1631 {SkRect::MakeXYWH(kBaseRect.fRight, kBaseRect.fBottom, 0, 0), true, true, false, true},
1634 {SkRect::MakeXYWH(10 * kBaseRect.fRight, 10 * kBaseRect.fBottom,
1671 SkTSwap(qRect.fTop, qRect.fBottom);
1695 path.lineTo(kBaseRect.fLeft, kBaseRect.fBottom);
1696 path.lineTo(kBaseRect.fRight, kBaseRect.fBottom);
1917 REPORTER_ASSERT(reporter, computed.fRight == 789 && computed.fBottom == 1011);
2343 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(pBounds.fBottom, p1Bounds.fBottom));
3369 SkScalarNearlyEqual(a.fBottom, b.fBottom);
4041 p.moveTo(bounds.fLeft + 10, bounds.fBottom + 10);