Lines Matching refs:fBitmap
79 GetResourceAsBitmap("images/mandrill_128.png", &fBitmap); in onOnceBeforeDraw()
81 fBitmap.extractSubset(&fBitmap, SkIRect::MakeSize(fBitmap.dimensions()).makeInset(0, 20)); in onOnceBeforeDraw()
82 SkASSERT(fBitmap.dimensions() == kImageSize); in onOnceBeforeDraw()
92 auto view = std::get<0>(GrMakeCachedBitmapProxyView(context, fBitmap, mipmapped)); in onDraw()
102 texelSubset = SkIRect::MakeXYWH(fBitmap.width()/3 - 1, 2*fBitmap.height()/5 - 1, in onDraw()
103 fBitmap.width()/4 + 2, fBitmap.height()/5 + 2); in onDraw()
105 texelSubset = SkIRect::MakeXYWH( fBitmap.width()/8 - 1, fBitmap.height()/7 - 1, in onDraw()
106 3*fBitmap.width()/5 + 2, 4*fBitmap.height()/5 + 2); in onDraw()
123 fBitmap.extractSubset(&subsetBmp, texelSubset); in onDraw()
127 SkRect localRect = SkRect::Make(fBitmap.bounds()).makeOutset(kDrawPad, kDrawPad); in onDraw()
148 fBitmap.alphaType(), in onDraw()
177 fBitmap.alphaType(), in onDraw()
213 SkBitmap fBitmap; member in skiagm::TexelSubset