Searched refs:kGMWidth (Results 1 – 6 of 6) sorted by relevance
/external/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 static constexpr int kGMWidth = 512; member in skiagm::ConvexLineOnlyPathsGM
|
D | flippity.cpp | 49 static const int kGMWidth = kNumMatrices*kCellSize; variable 179 return SkISize::Make(kGMWidth, kGMHeight); in onISize() 301 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 (offset->fX + bounds.width() > kGMWidth) { in drawPolygon() 614 static constexpr int kGMWidth = 512; member in skiagm::PolygonOffsetGM
|
/external/skqp/gm/ |
D | flippity.cpp | 24 static const int kGMWidth = kNumMatrices*kCellSize; variable 155 return SkISize::Make(kGMWidth, kGMHeight); in onISize() 261 canvas->drawLine(0, i * kCellSize, kGMWidth, i * kCellSize, SkPaint()); in onDraw()
|
D | convex_all_line_paths.cpp | 176 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize() 270 if (offset->fX+path.getBounds().width() > kGMWidth) { in drawPath() 396 static constexpr int kGMWidth = 512; member in skiagm::ConvexLineOnlyPathsGM
|
D | polygonoffset.cpp | 426 SkISize onISize() override { return SkISize::Make(kGMWidth, kGMHeight); } in onISize() 514 if (offset->fX + bounds.width() > kGMWidth) { in drawPolygon() 600 static constexpr int kGMWidth = 512; member in skiagm::PolygonOffsetGM
|