Searched refs:kMaxPathHeight (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dconvex_all_line_paths.cpp185 SkScalar width = kMaxPathHeight/2;
186 SkScalar height = kMaxPathHeight/2;
199 width = kMaxPathHeight/5;
209 width = kMaxPathHeight/5;
254 SkASSERT(bounds.height() <= kMaxPathHeight);
268 offset->fY += kMaxPathHeight;
310 SkPoint offset = { 0, SkScalarHalf(kMaxPathHeight) };
344 static constexpr int kMaxPathHeight = 100; member in class:skiagm::ConvexLineOnlyPathsGM
384 SkScalar width = kMaxPathHeight / 2;
385 SkScalar height = kMaxPathHeight /
510 static constexpr int kMaxPathHeight = 100; member in class:skiagm::ConvexPolygonInsetGM
[all...]
/external/skqp/gm/
H A Dconvex_all_line_paths.cpp185 SkScalar width = kMaxPathHeight/2;
186 SkScalar height = kMaxPathHeight/2;
199 width = kMaxPathHeight/5;
209 width = kMaxPathHeight/5;
254 SkASSERT(bounds.height() <= kMaxPathHeight);
268 offset->fY += kMaxPathHeight;
310 SkPoint offset = { 0, SkScalarHalf(kMaxPathHeight) };
344 static constexpr int kMaxPathHeight = 100; member in class:skiagm::ConvexLineOnlyPathsGM
384 SkScalar width = kMaxPathHeight / 2;
385 SkScalar height = kMaxPathHeight /
510 static constexpr int kMaxPathHeight = 100; member in class:skiagm::ConvexPolygonInsetGM
[all...]

Completed in 207 milliseconds