Home
last modified time | relevance | path

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

/external/skia/gm/
Ddrawatlascolor.cpp69 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
/external/skia/samplecode/
DSampleAtlas.cpp72 kAtlasSize = 512, enumerator
145 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()