Searched refs:kCloseUpSize (Results 1 – 2 of 2) sorted by relevance
50 const SkScalar kRightBotPad = kCloseUpSize-3*kSigma; // use on right and bot sides in onDraw()58 { kBig/2-kCloseUpSize/2, kBig/2-kCloseUpSize/2 }, // center in onDraw()80 SkIntToScalar(kCloseUpSize), in onDraw()81 SkIntToScalar(kCloseUpSize)); in onDraw()96 desiredX += kCloseUpSize; in onDraw()100 desiredY += kCloseUpSize; in onDraw()106 static constexpr int kCloseUpSize = 64; member in skiagm::BigBlursGM107 static constexpr int kWidth = 5 * kCloseUpSize;108 static constexpr int kHeight = 2 * (kLastEnum_SkBlurStyle + 1) * kCloseUpSize;