Lines Matching defs:irect
1347 SkIRect irect;1348 irect.set(rect.x(), rect.y(), rect.right() - 1, rect.bottom() - 1);1349 canvas->drawIRect(irect, paint);