Home
last modified time | relevance | path

Searched refs:make_atlas (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Ddrawatlascolor.cpp18 static SkImage* make_atlas(SkCanvas* caller, int atlasSize) { in make_atlas() function
76 fAtlas.reset(make_atlas(canvas, kAtlasSize)); in onDraw()
/external/skia/samplecode/
DSampleAtlas.cpp42 static SkImage* make_atlas(int atlasSize, int cellSize) { in make_atlas() function
145 fAtlas.reset(make_atlas(kAtlasSize, kCellSize)); in DrawAtlasDrawable()