Home | History | Annotate | Download | only in gm

Lines Matching refs:fN

76     const int fN;
107 ShowMipLevels(int N) : fN(N) { }
113 str.printf("showmiplevels_%d", fN);
173 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fN, fN, SK_ColorBLACK, SK_ColorWHITE, 2);
174 fBM[1] = make_bitmap(fN, fN);
175 fBM[2] = make_bitmap2(fN, fN);
176 fBM[3] = make_bitmap3(fN, fN);