Home | History | Annotate | Download | only in gm

Lines Matching refs:fPixmap

154             SkBitmap bm = func(prevPM, level.fPixmap);
157 if (level.fPixmap.width() <= 2 || level.fPixmap.height() <= 2) {
161 x += level.fPixmap.width() + 4;
163 y += level.fPixmap.height() + 4;
166 prevPM = level.fPixmap;
263 bm.installPixels(level.fPixmap);
266 if (level.fPixmap.width() <= 2 || level.fPixmap.height() <= 2) {
270 x += level.fPixmap.width() + 4;
272 y += level.fPixmap.height() + 4;