HomeSort by relevance Sort by last modified time
    Searched refs:kRectSize (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
constcolorprocessor.cpp 44 SkPoint pts[] = { SkPoint::Make(0, 0), SkPoint::Make(kRectSize, kRectSize) };
95 SkRect renderRect = SkRect::MakeXYWH(0, 0, kRectSize, kRectSize);
180 static constexpr SkScalar kRectSize = 20.f;
gradients.cpp 758 const SkScalar kRectSize = 100;
787 canvas->translate(kRectSize * ((i % 4) * 1.5f + 0.25f),
788 kRectSize * ((i / 4) * 1.5f + 0.25f));
790 canvas->drawRect(SkRect::MakeWH(kRectSize, kRectSize), paint);
    [all...]

Completed in 501 milliseconds