Home
last modified time | relevance | path

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

/external/skia/gm/
Dconvex_all_line_paths.cpp37 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize()
258 if (offset->fX+path.getBounds().width() > kGMWidth) { in drawPath()
312 static const int kGMWidth = 512; member in skiagm::ConvexLineOnlyPathsGM