Home | History | Annotate | Download | only in gpu

Lines Matching refs:fBM

101     fBM.setConfig(SkBitmap::kA8_Config, bounds.fRight, bounds.fBottom);
102 if (!fBM.allocPixels()) {
105 sk_bzero(fBM.getPixels(), fBM.getSafeSize());
112 fDraw.fBitmap = &fBM;
122 desc.fWidth = fBM.width();
123 desc.fHeight = fBM.height();
134 SkAutoLockPixels alp(fBM);
136 // The destination texture is almost always larger than "fBM". Clear
149 texture->writePixels(0, 0, fBM.width(), fBM.height(),
151 fBM.getPixels(), fBM.rowBytes());