Home | History | Annotate | Download | only in core

Lines Matching full:devbounds

1065             SkIRect    devBounds;
1066 devBounds.set(0, 0, fBitmap->width(), fBitmap->height());
1068 if (!mask.fBounds.intersect(devBounds)) {