Lines Matching defs:fBitmap
332 SkBitmap fBitmap;
340 fBitmap = bm;
343 texture.set(0, 0, SkIntToScalar(fBitmap.width()),
344 SkIntToScalar(fBitmap.height()));
347 // fMesh.init(bounds, fBitmap.width() / 40, fBitmap.height() / 40, texture);
348 fMesh.init(bounds, fBitmap.width()/16, fBitmap.height()/16, texture);
440 paint.setShader(SkShader::CreateBitmapShader(fBitmap,
449 // test_drag(canvas, fBitmap, fP0, fP1);