Home | History | Annotate | Download | only in base

Lines Matching refs:left

113         SkIRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left() + 1),
118 // Offset pointers to point to the top left corner of the inner rectangle.
135 SkIRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left()),
143 // Offset the pointers to point to the top left corner of the outer
154 rect.offset(- outer_rect.left(), - outer_rect.top());
163 rect.left(),
181 dest_rect.left(),
196 int x = RoundToTwosMultiple(rect.left());
206 int left = (rect.left() * out_size.width()) / in_size.width();
212 return SkIRect::MakeLTRB(left, top, right, bottom);