Home | History | Annotate | Download | only in gpu

Lines Matching refs:SkIRect

340     SkASSERT(SkIRect::MakeWH(this->width(), this->height()).contains(SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height())));
553 SkIRect rect = SkIRect::MakeWH(this->width(), this->height());
925 SkIRect finalIRect;
976 static inline int get_tile_count(const SkIRect& srcRect, int tileSize) {
982 static int determine_tile_size(const SkBitmap& bitmap, const SkIRect& src, int maxTileSize) {
1005 SkIRect* clippedSrcIRect) {
1022 SkIRect bmpBounds = SkIRect::MakeWH(bitmap.width(), bitmap.height());
1033 SkIRect* clippedSrcRect) const {
1090 static inline void clamped_outset_with_offset(SkIRect* iRect,
1093 const SkIRect& clamp) {
1154 SkIRect iSrc;
1240 SkIRect clippedSrcRect;
1255 const SkIRect& clippedSrcIRect,
1282 SkIRect iTileR;
1288 SkIRect iClampRect;
1293 iClampRect = SkIRect::MakeWH(bitmap.width(), bitmap.height());
1352 SkIRect outer, inner;