Home | History | Annotate | Download | only in samplecode

Lines Matching refs:fBitmaps

131     SkBitmap*   fBitmaps;
142 fBitmaps = new SkBitmap[3];
153 SetImageRef(&fBitmaps[i], stream, configs[i], SPECIFIC_IMAGE);
156 SkImageDecoder::DecodeFile(SPECIFIC_IMAGE, &fBitmaps[i]);
166 fBitmaps = new SkBitmap[N];
175 SetImageRef(&fBitmaps[i], stream, SkBitmap::kNo_Config,
192 delete[] fBitmaps;
268 canvas->drawBitmap(fBitmaps[i], x, y, &p);
269 x += SkIntToScalar(fBitmaps[i].width() + 10);
274 canvas->drawBitmap(fBitmaps[fCurrIndex], x, y, &paint);