Searched refs:kAtlasSize (Results 1 – 2 of 2) sorted by relevance
69 return SkISize::Make(kNumXferModes * (kAtlasSize + kPad) + kPad, in onISize()70 2 * kNumColors * (kAtlasSize + kPad) + kTextPad + kPad); in onISize()74 const SkRect target = SkRect::MakeWH(SkIntToScalar(kAtlasSize), SkIntToScalar(kAtlasSize)); in onDraw()76 auto atlas = make_atlas(canvas, kAtlasSize); in onDraw()164 static constexpr int kAtlasSize = 30; member in DrawAtlasColorsGM
72 kAtlasSize = 512, enumerator145 fAtlas = make_atlas(kAtlasSize, kCellSize); in DrawAtlasDrawable()149 for (int y = 0; y < kAtlasSize; y += kCellSize) { in DrawAtlasDrawable()150 for (int x = 0; x < kAtlasSize; x += kCellSize) { in DrawAtlasDrawable()