Searched refs:kRectSize (Results 1 – 2 of 2) sorted by relevance
45 SkPoint pts[] = { SkPoint::Make(0, 0), SkPoint::Make(kRectSize, kRectSize) }; in onOnceBeforeDraw()99 SkRect renderRect = SkRect::MakeXYWH(0, 0, kRectSize, kRectSize); in onDraw()185 static const SkScalar kRectSize; member in skiagm::ConstColorProcessor193 const SkScalar ConstColorProcessor::kRectSize = 20.f; member in skiagm::ConstColorProcessor
614 const SkScalar kRectSize = 100; in onDraw() local643 canvas->translate(kRectSize * ((i % 4) * 1.5f + 0.25f), in onDraw()644 kRectSize * ((i / 4) * 1.5f + 0.25f)); in onDraw()647 canvas->drawRect(SkRect::MakeWH(kRectSize, kRectSize), paint); in onDraw()