Home
last modified time | relevance | path

Searched refs:kBottom (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Dbleed.cpp326 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/
DSkPathOpsWinding.cpp32 kBottom, enumerator