Searched refs:make_atlas (Results 1 – 2 of 2) sorted by relevance
18 static SkImage* make_atlas(SkCanvas* caller, int atlasSize) { in make_atlas() function76 fAtlas.reset(make_atlas(canvas, kAtlasSize)); in onDraw()
42 static SkImage* make_atlas(int atlasSize, int cellSize) { in make_atlas() function145 fAtlas.reset(make_atlas(kAtlasSize, kCellSize)); in DrawAtlasDrawable()