Lines Matching refs:kTexSize
46 fRect = SkRect::MakeIWH(kTexSize, kTexSize);
48 SkRect bitmapBounds = SkRect::MakeIWH(kTexSize, kTexSize);
52 kTexSize, kTexSize,
91 canvas->translate(kTexSize/2.0f, kTexSize/2.0f);
94 canvas->translate(-kTexSize/2.0f, -kTexSize/2.0f);
169 canvas->translate(0.0f, SkIntToScalar(kTexSize));
216 canvas->translate(0.0f, SkIntToScalar(kTexSize));
246 static constexpr int kTexSize = 96;
253 static constexpr SkScalar GRID_CELL_WIDTH = kTexSize + 10.0f + NUM_LABELS_PER_CELL * LABEL_SIZE;