Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Ddrawatlascolor.cpp32 static sk_sp<SkImage> make_atlas(SkCanvas* caller, int atlasSize) { in make_atlas() function
86 auto atlas = make_atlas(canvas, kAtlasSize); in onDraw()
/third_party/skia/gm/
Ddrawatlascolor.cpp32 static sk_sp<SkImage> make_atlas(SkCanvas* caller, int atlasSize) { in make_atlas() function
86 auto atlas = make_atlas(canvas, kAtlasSize); in onDraw()
/third_party/skia/samplecode/
DSampleAtlas.cpp44 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) { in make_atlas() function
148 fAtlas = make_atlas(kAtlasSize, kCellSize); in DrawAtlasDrawable()
/third_party/flutter/skia/samplecode/
DSampleAtlas.cpp41 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) { in make_atlas() function
145 fAtlas = make_atlas(kAtlasSize, kCellSize); in DrawAtlasDrawable()