Home | History | Annotate | Download | only in gpu

Lines Matching refs:fBM

106     if (!fBM.allocPixels(SkImageInfo::MakeA8(bounds.fRight, bounds.fBottom))) {
109 sk_bzero(fBM.getPixels(), fBM.getSafeSize());
116 fDraw.fBitmap = &fBM;
126 desc.fWidth = fBM.width();
127 desc.fHeight = fBM.height();
163 SkAutoLockPixels alp(fBM);
166 desc.fWidth = fBM.width();
167 desc.fHeight = fBM.height();
173 SkAutoDataUnref latcData(SkTextureCompressor::CompressBitmapToFormat(fBM, format));
179 this->sendTextureData(texture, desc, fBM.getPixels(), fBM.rowBytes());