Searched refs:kGMWidth (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/gm/ |
D | flippity.cpp | 46 static const int kGMWidth = kNumMatrices*kCellSize; variable 176 return SkISize::Make(kGMWidth, kGMHeight); in onISize() 279 canvas->drawLine(0, i * kCellSize, kGMWidth, i * kCellSize, SkPaint()); in onDraw()
|
D | convex_all_line_paths.cpp | 183 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize() 277 if (offset->fX+path.getBounds().width() > kGMWidth) { in drawPath() 403 static constexpr int kGMWidth = 512; member in skiagm::ConvexLineOnlyPathsGM
|
D | polygonoffset.cpp | 438 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize() 526 if (offset->fX + bounds.width() > kGMWidth) { in drawPolygon() 614 static constexpr int kGMWidth = 512; member in skiagm::PolygonOffsetGM
|
/third_party/skia/gm/ |
D | convex_all_line_paths.cpp | 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
|
D | flippity.cpp | 47 static const int kGMWidth = kNumMatrices*kCellSize; variable 177 return SkISize::Make(kGMWidth, kGMHeight); in onISize() 300 canvas->drawLine(0, i * kCellSize, kGMWidth, i * kCellSize, SkPaint()); in onDraw()
|
D | polygonoffset.cpp | 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
|