Searched refs:kGMWidth (Results 1 – 3 of 3) sorted by relevance
183 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize()277 if (offset->fX+path.getBounds().width() > kGMWidth) { in drawPath()403 inline static constexpr int kGMWidth = 512; member in skiagm::ConvexLineOnlyPathsGM
47 static const int kGMWidth = kNumMatrices*kCellSize; variable177 return SkISize::Make(kGMWidth, kGMHeight); in onISize()300 canvas->drawLine(0, i * kCellSize, kGMWidth, i * kCellSize, SkPaint()); in onDraw()
438 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize()526 if (position->fX + bounds.width() > kGMWidth) { in drawPolygon()614 inline static constexpr int kGMWidth = 512; member in skiagm::PolygonOffsetGM