Searched defs:kCloseUpSize (Results 1 - 1 of 1) sorted by relevance

/external/skia/gm/
H A Dbigblurs.cpp50 static const SkScalar kRightBotPad = kCloseUpSize-3*kSigma; // use on right and bot sides
58 { kBig/2-kCloseUpSize/2, kBig/2-kCloseUpSize/2 }, // center
81 SkIntToScalar(kCloseUpSize),
82 SkIntToScalar(kCloseUpSize));
97 desiredX += kCloseUpSize;
101 desiredY += kCloseUpSize;
107 static const int kCloseUpSize = 64; member in class:skiagm::BigBlursGM
108 static const int kWidth = 5 * kCloseUpSize;
109 static const int kHeight = 2 * (kLastEnum_SkBlurStyle + 1) * kCloseUpSize;
[all...]

Completed in 829 milliseconds