Lines Matching defs:fBitmap
325 SkBitmap fBitmap;
333 fBitmap = bm;
336 texture.set(0, 0, SkIntToScalar(fBitmap.width()),
337 SkIntToScalar(fBitmap.height()));
340 // fMesh.init(bounds, fBitmap.width() / 40, fBitmap.height() / 40, texture);
341 fMesh.init(bounds, fBitmap.width()/16, fBitmap.height()/16, texture);
433 paint.setShader(SkShader::CreateBitmapShader(fBitmap,
442 // test_drag(canvas, fBitmap, fP0, fP1);