Searched refs:kNumRows (Results 1 – 10 of 10) sorted by relevance
29 const int kNumRows = 100; variable30 const int kCellHeight = kHeight / kNumRows;56 for (int row = 1; row <= kNumRows; ++row) { in onDraw()
34 constexpr int kNumRows = 8; variable129 return SkISize::Make(kNumColumns * (2*kRadius+2*kPad), kNumRows * (2*kRadius+2*kPad)); in onISize()209 SkASSERT(kNumRows == fPaints.count() + fMatrices.count()); in onOnceBeforeDraw()
29 const int kNumRows = 9; variable48 kNumRows * (kCellSize + kPadSize)); in onISize()
40 return SkISize::Make(kNumCols * kBitmapSize, kNumRows * kBitmapSize); in onISize()119 static const int kNumRows = 5; member in skiagm::AndroidBlendModesGM
120 static const int kNumRows = SK_ARRAY_COUNT(kCaps) * SK_ARRAY_COUNT(kWidths); variable123 static const int kTotalHeight = kNumRows * (kCellHeight + kCellPad) + kCellPad;
54 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows); in onISize()164 inline static constexpr int kNumRows = 4; member in skiagm::PerspShadersGM
31 static constexpr int kNumRows = 5; variable33 static constexpr int kTestHeight = kNumRows * kCellSize;
305 static constexpr int kNumRows = 5; variable327 for (int y = 1; y < kNumRows; ++y) { in draw_example_grid()
205 constexpr size_t kNumRows = 3; in draw() local207 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()
28 static const int kNumRows = 48; member in TableBench44 for (int row = 0; row < kNumRows; ++row) { in onDraw()