Home
last modified time | relevance | path

Searched refs:kBig (Results 1 – 3 of 3) sorted by relevance

/external/skia/gm/
Dbigblurs.cpp45 constexpr int kBig = 65536; in onDraw() local
48 const SkRect bigRect = SkRect::MakeWH(SkIntToScalar(kBig), SkIntToScalar(kBig)); in onDraw()
64 { kBig-kRightBotPad, -kLeftTopPad }, // UR in onDraw()
65 { kBig-kRightBotPad, kBig-kRightBotPad }, // LR in onDraw()
66 { -kLeftTopPad, kBig-kRightBotPad }, // LL in onDraw()
67 { kBig/2-kCloseUpSize/2, kBig/2-kCloseUpSize/2 }, // center in onDraw()
/external/skqp/gm/
Dbigblurs.cpp35 constexpr int kBig = 65536; in onDraw() local
38 const SkRect bigRect = SkRect::MakeWH(SkIntToScalar(kBig), SkIntToScalar(kBig)); in onDraw()
55 { kBig-kRightBotPad, -kLeftTopPad }, // UR in onDraw()
56 { kBig-kRightBotPad, kBig-kRightBotPad }, // LR in onDraw()
57 { -kLeftTopPad, kBig-kRightBotPad }, // LL in onDraw()
58 { kBig/2-kCloseUpSize/2, kBig/2-kCloseUpSize/2 }, // center in onDraw()
Dmultipicturedraw.cpp111 constexpr SkScalar kBig = 10000.0f; in make_single_layer_hex_plane_picture() local
112 SkCanvas* canvas = recorder.beginRecording(kBig, kBig, &bbhFactory); in make_single_layer_hex_plane_picture()
118 for (int y = 0; yPos < kBig; ++y) { in make_single_layer_hex_plane_picture()
121 for (int x = 0; xPos < kBig; ++x) { in make_single_layer_hex_plane_picture()