Searched refs:bitmapBounds (Results 1 – 3 of 3) sorted by relevance
257 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local260 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect()266 tmpSrc = bitmapBounds; in drawBitmapRect()276 if (!bitmapBounds.contains(*src)) { in drawBitmapRect()277 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
91 SkRect bitmapBounds = SkRect::MakeIWH(fDiffuse.width(), fDiffuse.height()); in drawRect() local94 matrix.setRectToRect(bitmapBounds, r, SkMatrix::kFill_ScaleToFit); in drawRect()
845 SkRect bitmapBounds; in Create() local846 image->getBounds(&bitmapBounds); in Create()857 deviceBounds.join(bitmapBounds); in Create()