Home | History | Annotate | Download | only in core

Lines Matching refs:SkIRect

257 void SkBitmap::getBounds(SkIRect* bounds) const {
783 void SkBitmap::internalErase(const SkIRect& area,
789 SkIRect total = { 0, 0, this->width(), this->height() };
858 SkIRect area = { 0, 0, this->width(), this->height() };
864 void SkBitmap::eraseArea(const SkIRect& rect, SkColor c) const {
865 SkIRect area = { 0, 0, this->width(), this->height() };
953 bool SkBitmap::extractSubset(SkBitmap* result, const SkIRect& subset) const {
960 SkIRect srcRect, r;
1046 SkIRect subset;