Home
last modified time | relevance | path

Searched refs:fBitmapCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleFilter2.cpp30 int fBitmapCount; member in Filter2View
34 fBitmapCount = SK_ARRAY_COUNT(gNames)*2; in Filter2View()
35 fBitmaps = new SkBitmap[fBitmapCount]; in Filter2View()
37 for (int i = 0; i < fBitmapCount/2; i++) { in Filter2View()
40 for (int i = fBitmapCount/2; i < fBitmapCount; i++) { in Filter2View()
41 decode_file(gNames[i-fBitmapCount/2], &fBitmaps[i], kRGB_565_SkColorType); in Filter2View()
77 for (int i = 0; i < fBitmapCount; i++) { in onDrawContent()
78 SkScalar x = (k * fBitmapCount + j) * W; in onDrawContent()
/external/skqp/samplecode/
DSampleFilter2.cpp30 int fBitmapCount; member in Filter2View
34 fBitmapCount = SK_ARRAY_COUNT(gNames)*2; in Filter2View()
35 fBitmaps = new SkBitmap[fBitmapCount]; in Filter2View()
37 for (int i = 0; i < fBitmapCount/2; i++) { in Filter2View()
40 for (int i = fBitmapCount/2; i < fBitmapCount; i++) { in Filter2View()
41 decode_file(gNames[i-fBitmapCount/2], &fBitmaps[i], kRGB_565_SkColorType); in Filter2View()
77 for (int i = 0; i < fBitmapCount; i++) { in onDrawContent()
78 SkScalar x = (k * fBitmapCount + j) * W; in onDrawContent()