Searched refs:make_atlas (Results 1 – 4 of 4) sorted by relevance
32 static sk_sp<SkImage> make_atlas(SkCanvas* caller, int atlasSize) { in make_atlas() function86 auto atlas = make_atlas(canvas, kAtlasSize); in onDraw()
44 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) { in make_atlas() function148 fAtlas = make_atlas(kAtlasSize, kCellSize); in DrawAtlasDrawable()
41 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) { in make_atlas() function145 fAtlas = make_atlas(kAtlasSize, kCellSize); in DrawAtlasDrawable()