Home | History | Annotate | Download | only in tests

Lines Matching full:scale

25     SkScalar scale = 2;
30 id = cache.findAndLock(bm[i], scale, scale, &tmp);
34 id = cache.addAndLock(bm[i], scale, scale, tmp);
38 SkScaledImageCache::ID* id2 = cache.findAndLock(bm[i], scale, scale,
51 scale += 1;
56 id = cache.addAndLock(bm[0], scale, scale, tmp);