Lines Matching refs:kTexSize
68 fRect = SkRect::MakeIWH(kTexSize, kTexSize);
70 SkRect bitmapBounds = SkRect::MakeIWH(kTexSize, kTexSize);
74 kTexSize, kTexSize,
82 kTexSize, kTexSize,
90 SkBitmap normalMap = make_frustum_normalmap(kTexSize);
98 canvas->translate(kTexSize/2.0f, kTexSize/2.0f);
101 canvas->translate(-kTexSize/2.0f, -kTexSize/2.0f);
149 constexpr SkScalar GRID_CELL_WIDTH = kTexSize + 20.0f + NUM_BOOLEAN_PARAMS * LABEL_SIZE;
169 canvas->translate(0.0f, SkIntToScalar(kTexSize));
258 static constexpr int kTexSize = 96;