Home
last modified time | relevance | path

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

/external/skia/gm/
Dconvex_all_line_paths.cpp172 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize()
266 if (offset->fX+path.getBounds().width() > kGMWidth) { in drawPath()
345 static constexpr int kGMWidth = 512; member in skiagm::ConvexLineOnlyPathsGM
364 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize()
446 if (offset->fX + bounds.width() > kGMWidth) { in drawPath()
511 static constexpr int kGMWidth = 512; member in skiagm::ConvexPolygonInsetGM