Home
last modified time | relevance | path

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

/external/skia/gm/
Dtallstretchedbitmaps.cpp74 fTallBmps[i].fItemCnt = make_bm(&fTallBmps[i].fBmp, h); in onOnceBeforeDraw()
81 SkASSERT(fTallBmps[i].fItemCnt > 10); in onDraw()
84 int startItem = fTallBmps[i].fItemCnt - 10; in onDraw()
85 int itemHeight = bmp.height() / fTallBmps[i].fItemCnt; in onDraw()
99 int fItemCnt; member