Home | History | Annotate | Download | only in gm

Lines Matching refs:fBM

39     SkBitmap    fBM;
66 return SkISize::Make(fBM.width(), 4 * fBM.height());
95 canvas->drawBitmap(fBM, 0, 0, &paint);
98 curHeight = (int) (fBM.height() * curScale + 2);
101 } while (curHeight >= 2 && curY < 4*fBM.height());
120 fBM.allocN32Pixels(int(fTextSize * 8), int(fTextSize * 6));
121 SkCanvas canvas(fBM);
155 make_checker(&fBM, fSize, fNumChecks);
182 codec->decode(&stream, &fBM, kN32_SkColorType, SkImageDecoder::kDecodePixels_Mode);
185 fBM.allocN32Pixels(1, 1);
186 *(fBM.getAddr32(0,0)) = 0xFF0000FF; // red == bad
188 fSize = fBM.height();