Lines Matching refs:left
594 REPORTER_ASSERT(reporter, dst.rect().left() == orig.rect().left() + translateX);
618 // Right and left have swapped (sort of)
619 REPORTER_ASSERT(reporter, orig.rect().right() == -dst.rect().left());
647 REPORTER_ASSERT(reporter, orig.rect().left() == dst.rect().left());
667 REPORTER_ASSERT(reporter, orig.rect().right() == -dst.rect().left());
689 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(dst.rect().left(),
690 orig.rect().left() * xScale));
1260 // pixels (e.g. the leftmost point of the right circle touches the center of the left circle).