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

  /external/skia/gm/
drawatlascolor.cpp 69 return SkISize::Make(kNumXferModes * (kAtlasSize + kPad) + kPad,
70 2 * kNumColors * (kAtlasSize + kPad) + kTextPad + kPad);
74 const SkRect target = SkRect::MakeWH(SkIntToScalar(kAtlasSize), SkIntToScalar(kAtlasSize));
76 auto atlas = make_atlas(canvas, kAtlasSize);
164 static constexpr int kAtlasSize = 30;
  /external/skia/samplecode/
SampleAtlas.cpp 72 kAtlasSize = 512,
145 fAtlas = make_atlas(kAtlasSize, kCellSize);
149 for (int y = 0; y < kAtlasSize; y += kCellSize) {
150 for (int x = 0; x < kAtlasSize; x += kCellSize) {

Completed in 62 milliseconds