Searched defs:kBottom (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dbleed.cpp326 constexpr SkScalar kBottom = SkIntToScalar(kRow4Y + kBlockSize + kBlockSpacing); variable
327 m.setTranslate(0, kBottom);
328 m.preRotate(15.f, 0, kBottom + kBlockSpacing);
333 SkPoint corners[] = {{0, 0}, { 0, kBottom }, { kWidth, kBottom }, {kWidth, 0} };
393 SkPoint corners[] = { { 0, 0 },{ 0, kBottom },{ kWidth, kBottom },{ kWidth, 0 } };
/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp32 kBottom, member in class:SkOpRayDir
40 "kBottom"

Completed in 1196 milliseconds