Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dhardstop_gradients_many.cpp29 const int kNumRows = 100; variable
30 const int kCellHeight = kHeight / kNumRows;
56 for (int row = 1; row <= kNumRows; ++row) { in onDraw()
Dstrokedlines.cpp34 constexpr int kNumRows = 8; variable
129 return SkISize::Make(kNumColumns * (2*kRadius+2*kPad), kNumRows * (2*kRadius+2*kPad)); in onISize()
209 SkASSERT(kNumRows == fPaints.count() + fMatrices.count()); in onOnceBeforeDraw()
Dfillrect_gradient.cpp29 const int kNumRows = 9; variable
48 kNumRows * (kCellSize + kPadSize)); in onISize()
Dandroidblendmodes.cpp40 return SkISize::Make(kNumCols * kBitmapSize, kNumRows * kBitmapSize); in onISize()
119 static const int kNumRows = 5; member in skiagm::AndroidBlendModesGM
Dpath_stroke_with_zero_length.cpp120 static const int kNumRows = SK_ARRAY_COUNT(kCaps) * SK_ARRAY_COUNT(kWidths); variable
123 static const int kTotalHeight = kNumRows * (kCellHeight + kCellPad) + kCellPad;
Dperspshaders.cpp54 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows); in onISize()
164 inline static constexpr int kNumRows = 4; member in skiagm::PerspShadersGM
Dtrickycubicstrokes.cpp31 static constexpr int kNumRows = 5; variable
33 static constexpr int kTestHeight = kNumRows * kCellSize;
Dcrop_imagefilter.cpp305 static constexpr int kNumRows = 5; variable
327 for (int y = 1; y < kNumRows; ++y) { in draw_example_grid()
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/
DMultipleContexts.cpp205 constexpr size_t kNumRows = 3; in draw() local
207 constexpr size_t kTileHeight = kWindowHeight / kNumRows; in draw()
211 size_t tileY = (mDrawCount / kNumCols) % kNumRows; in draw()
216 GLfloat tileY0 = static_cast<float>(tileY) / static_cast<float>(kNumRows); in draw()
/third_party/skia/bench/
DTableBench.cpp28 static const int kNumRows = 48; member in TableBench
44 for (int row = 0; row < kNumRows; ++row) { in onDraw()