Lines Matching refs:fBmp
50 fBmp[0].allocPixels(yinfo); in onOnceBeforeDraw()
52 fBmp[1].allocPixels(uinfo); in onOnceBeforeDraw()
54 fBmp[2].allocPixels(vinfo); in onOnceBeforeDraw()
57 pixels[i] = (unsigned char*)fBmp[i].getPixels(); in onOnceBeforeDraw()
64 const size_t nbBytes = fBmp[i].rowBytes() * fBmp[i].height(); in onOnceBeforeDraw()
89 texture[0].reset(GrRefCachedBitmapTexture(context, fBmp[0], in onDraw()
91 texture[1].reset(GrRefCachedBitmapTexture(context, fBmp[1], in onDraw()
93 texture[2].reset(GrRefCachedBitmapTexture(context, fBmp[2], in onDraw()
107 SkRect renderRect = SkRect::MakeWH(SkIntToScalar(fBmp[0].width()), in onDraw()
108 SkIntToScalar(fBmp[0].height())); in onDraw()
143 SkBitmap fBmp[3]; member in skiagm::YUVtoRGBEffect