Lines Matching defs:bounds
116 @param area bounds to intersect with SkPixmap
197 SkIRect bounds() const { return SkIRect::MakeWH(this->width(), this->height()); }
246 Input is not validated: out of bounds values of x or y trigger an assert() if
275 Input is not validated: out of bounds values of x or y trigger an assert() if
359 Input is not validated: out of bounds values of x or y trigger an assert() if
377 Input is not validated: out of bounds values of x or y trigger an assert() if
395 Input is not validated: out of bounds values of x or y trigger an assert() if
413 Input is not validated: out of bounds values of x or y trigger an assert() if
431 Input is not validated: out of bounds values of x or y trigger an assert() if
458 Input is not validated: out of bounds values of x or y trigger an assert() if
622 /** Copies pixels inside bounds() to dst. dst specifies width, height, SkColorType,
666 not intersect bounds().
676 /** Writes color to pixels inside bounds(); returns true on success.
677 Returns false if colorType() is kUnknown_SkColorType, or if bounds()
683 bool erase(SkColor color) const { return this->erase(color, this->bounds()); }
686 if subset is nullptr, writes colors pixels inside bounds(). Returns false if
688 not intersect bounds(), or if subset is nullptr and bounds() is empty.
701 if subset is nullptr, writes colors pixels inside bounds(). Returns false if
703 not intersect bounds(), or if subset is nullptr and bounds() is empty.