Lines Matching refs:fBitmap
81 GetResourceAsBitmap("images/mandrill_128.png", &fBitmap); in onOnceBeforeDraw()
83 fBitmap.extractSubset(&fBitmap, SkIRect::MakeSize(fBitmap.dimensions()).makeInset(0, 20)); in onOnceBeforeDraw()
84 SkASSERT(fBitmap.dimensions() == kImageSize); in onOnceBeforeDraw()
99 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, fBitmap, mipmapped)); in onDraw()
109 texelSubset = SkIRect::MakeXYWH(fBitmap.width()/3 - 1, 2*fBitmap.height()/5 - 1, in onDraw()
110 fBitmap.width()/4 + 2, fBitmap.height()/5 + 2); in onDraw()
112 texelSubset = SkIRect::MakeXYWH( fBitmap.width()/8 - 1, fBitmap.height()/7 - 1, in onDraw()
113 3*fBitmap.width()/5 + 2, 4*fBitmap.height()/5 + 2); in onDraw()
130 fBitmap.extractSubset(&subsetBmp, texelSubset); in onDraw()
134 SkRect localRect = SkRect::Make(fBitmap.bounds()).makeOutset(kDrawPad, kDrawPad); in onDraw()
155 fBitmap.alphaType(), in onDraw()
184 fBitmap.alphaType(), in onDraw()
220 SkBitmap fBitmap; member in skiagm::TexelSubset