Home
last modified time | relevance | path

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

/external/skia/gm/
Dconstcolorprocessor.cpp45 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::ConstColorProcessor
193 const SkScalar ConstColorProcessor::kRectSize = 20.f; member in skiagm::ConstColorProcessor
Dgradients.cpp614 const SkScalar kRectSize = 100; in onDraw() local
643 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()