Home | History | Annotate | Download | only in tools

Lines Matching refs:SkIRect

182  *  Return a random SkIRect inside the range specified.
184 * @param maxX Exclusive maximum x-coordinate. SkIRect's fLeft and fRight will be
186 * @param maxY Exclusive maximum y-coordinate. SkIRect's fTop and fBottom will be
188 * @return SkIRect Non-empty, non-degenerate rectangle.
190 static SkIRect generate_random_rect(SkRandom* rand, int32_t maxX, int32_t maxY) {
196 SkIRect rect = SkIRect::MakeLTRB(left, top, right, bottom);
352 SkIRect rect, const SkBitmap& originalBitmap) {
594 SkIRect rect = generate_random_rect(&rand, width, height);