Searched refs:kRightBotPad (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/gm/ |
D | bigblurs.cpp | 59 const SkScalar kRightBotPad = kCloseUpSize-3*kSigma; // use on right and bot sides in onDraw() local 64 { kBig-kRightBotPad, -kLeftTopPad }, // UR in onDraw() 65 { kBig-kRightBotPad, kBig-kRightBotPad }, // LR in onDraw() 66 { -kLeftTopPad, kBig-kRightBotPad }, // LL in onDraw()
|
/third_party/flutter/skia/gm/ |
D | bigblurs.cpp | 60 const SkScalar kRightBotPad = kCloseUpSize-3*kSigma; // use on right and bot sides in onDraw() local 65 { kBig-kRightBotPad, -kLeftTopPad }, // UR in onDraw() 66 { kBig-kRightBotPad, kBig-kRightBotPad }, // LR in onDraw() 67 { -kLeftTopPad, kBig-kRightBotPad }, // LL in onDraw()
|