Searched refs:kRectSize (Results 1 – 4 of 4) sorted by relevance
/external/skia/gm/ |
D | constcolorprocessor.cpp | 42 SkPoint pts[] = { SkPoint::Make(0, 0), SkPoint::Make(kRectSize, kRectSize) }; in onOnceBeforeDraw() 82 SkRect renderRect = SkRect::MakeXYWH(0, 0, kRectSize, kRectSize); in onDraw() 165 static constexpr SkScalar kRectSize = 20.f; member in skiagm::ConstColorProcessor
|
D | gradients.cpp | 756 const SkScalar kRectSize = 100; in onDraw() local 785 canvas->translate(kRectSize * ((i % 4) * 1.5f + 0.25f), in onDraw() 786 kRectSize * ((i / 4) * 1.5f + 0.25f)); in onDraw() 788 canvas->drawRect(SkRect::MakeWH(kRectSize, kRectSize), paint); in onDraw()
|
/external/skqp/gm/ |
D | constcolorprocessor.cpp | 42 SkPoint pts[] = { SkPoint::Make(0, 0), SkPoint::Make(kRectSize, kRectSize) }; in onOnceBeforeDraw() 93 SkRect renderRect = SkRect::MakeXYWH(0, 0, kRectSize, kRectSize); in onDraw() 176 static constexpr SkScalar kRectSize = 20.f; member in skiagm::ConstColorProcessor
|
D | gradients.cpp | 756 const SkScalar kRectSize = 100; in onDraw() local 785 canvas->translate(kRectSize * ((i % 4) * 1.5f + 0.25f), in onDraw() 786 kRectSize * ((i / 4) * 1.5f + 0.25f)); in onDraw() 788 canvas->drawRect(SkRect::MakeWH(kRectSize, kRectSize), paint); in onDraw()
|