HomeSort by relevance Sort by last modified time
    Searched refs:make_atlas (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
drawatlascolor.cpp 19 static sk_sp<SkImage> make_atlas(SkCanvas* caller, int atlasSize) { function
73 auto atlas = make_atlas(canvas, kAtlasSize);
  /external/skqp/gm/
drawatlascolor.cpp 19 static sk_sp<SkImage> make_atlas(SkCanvas* caller, int atlasSize) { function
73 auto atlas = make_atlas(canvas, kAtlasSize);
  /external/skia/samplecode/
SampleAtlas.cpp 42 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) { function
145 fAtlas = make_atlas(kAtlasSize, kCellSize);
  /external/skqp/samplecode/
SampleAtlas.cpp 42 static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) { function
145 fAtlas = make_atlas(kAtlasSize, kCellSize);

Completed in 113 milliseconds