Searched refs:kRightBotPad (Results 1 – 2 of 2) sorted by relevance
/external/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()
|
/external/skqp/gm/ |
D | bigblurs.cpp | 50 const SkScalar kRightBotPad = kCloseUpSize-3*kSigma; // use on right and bot sides in onDraw() local 55 { kBig-kRightBotPad, -kLeftTopPad }, // UR in onDraw() 56 { kBig-kRightBotPad, kBig-kRightBotPad }, // LR in onDraw() 57 { -kLeftTopPad, kBig-kRightBotPad }, // LL in onDraw()
|