Searched refs:fBitmaps (Results 1 – 2 of 2) sorted by relevance
/external/skqp/samplecode/ |
D | SampleFilter2.cpp | 29 SkBitmap* fBitmaps; member in Filter2View 35 fBitmaps = new SkBitmap[fBitmapCount]; in Filter2View() 38 decode_file(gNames[i], &fBitmaps[i]); in Filter2View() 41 decode_file(gNames[i-fBitmapCount/2], &fBitmaps[i], kRGB_565_SkColorType); in Filter2View() 49 delete[] fBitmaps; in ~Filter2View() 66 const SkScalar W = SkIntToScalar(fBitmaps[0].width() + 1); in onDrawContent() 67 const SkScalar H = SkIntToScalar(fBitmaps[0].height() + 1); in onDrawContent() 82 canvas->drawBitmap(fBitmaps[i], x, y, &paint); in onDrawContent() 96 s.appendS32(fBitmaps[i].colorType() == kRGB_565_SkColorType ? 16 : 32); in onDrawContent()
|
D | SampleFontCache.cpp | 83 SkBitmap fBitmaps[N]; member in FontCacheView 93 fBitmaps[i].allocPixels(SkImageInfo::Make(320, 240, in FontCacheView() 96 status = pthread_create(&fDThreads[i], nullptr, draw_proc, &fBitmaps[i]); in FontCacheView() 126 canvas->drawBitmap(fBitmaps[i], x, y); in onDrawContent() 127 x += SkIntToScalar(fBitmaps[i].width()); in onDrawContent()
|