Home | History | Annotate | Download | only in resources

Lines Matching full:bounds

413   SkIRect bounds;
414 canvas->getClipDeviceBounds(&bounds);
418 "num_pixels_rasterized", bounds.width() * bounds.height());
419 return bounds.width() * bounds.height();
433 SkIRect bounds;
434 canvas->getClipDeviceBounds(&bounds);
436 "num_pixels_replayed", bounds.width() * bounds.height());