Searched refs:kRectWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dmodecolorfilters.cpp73 static const int kRectWidth = 20; local
123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
138 SkRect rect = SkRect::MakeXYWH(x * kRectWidth, y * kRectHeight,
139 SkIntToScalar(kRectWidth),
/external/skia/gm/
H A Dmodecolorfilters.cpp73 static const int kRectWidth = 20; local
123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
138 SkRect rect = SkRect::MakeXYWH(x * kRectWidth, y * kRectHeight,
139 SkIntToScalar(kRectWidth),

Completed in 66 milliseconds