Searched refs:kBottom (Results 1 – 4 of 4) sorted by relevance
/external/skia/gm/ |
D | bleed.cpp | 480 static const SkScalar kBottom = SkIntToScalar(kRow4Y + kBlockSize + kBlockSpacing); in onDraw() local 481 m.setTranslate(0, kBottom); in onDraw() 482 m.preRotate(15.f, 0, kBottom + kBlockSpacing); in onDraw() 487 SkPoint corners[] = {{0, 0}, { 0, kBottom }, { kWidth, kBottom }, {kWidth, 0} }; in onDraw() 547 SkPoint corners[] = { { 0, 0 },{ 0, kBottom },{ kWidth, kBottom },{ kWidth, 0 } }; in onDraw()
|
/external/skia/include/utils/ |
D | SkBoundaryPatch.h | 22 kBottom = 2, enumerator
|
/external/skia/src/utils/ |
D | SkBoundaryPatch.cpp | 38 b->eval(SkBoundary::kBottom, SK_Scalar1 - unitU), in eval()
|
/external/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 32 kBottom, enumerator
|