Searched refs:kBottom (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | bleed.cpp | 326 constexpr SkScalar kBottom = SkIntToScalar(kRow4Y + kBlockSize + kBlockSpacing); in onDraw() local 327 m.setTranslate(0, kBottom); in onDraw() 328 m.preRotate(15.f, 0, kBottom + kBlockSpacing); in onDraw() 333 SkPoint corners[] = {{0, 0}, { 0, kBottom }, { kWidth, kBottom }, {kWidth, 0} }; in onDraw() 393 SkPoint corners[] = { { 0, 0 },{ 0, kBottom },{ kWidth, kBottom },{ kWidth, 0 } }; in onDraw()
|
/external/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 32 kBottom, enumerator
|