Searched refs:kNumCols (Results 1 – 11 of 11) sorted by relevance
206 constexpr size_t kNumCols = 4; in draw() local208 constexpr size_t kTileWidth = kWindowWidth / kNumCols; in draw()210 size_t tileX = mDrawCount % kNumCols; in draw()211 size_t tileY = (mDrawCount / kNumCols) % kNumRows; in draw()215 GLfloat tileX0 = static_cast<float>(tileX) / static_cast<float>(kNumCols); in draw()
29 static const int kNumCols = 32; member in TableBench45 for (int col = 0; col < kNumCols; ++col) { in onDraw()
30 static constexpr int kNumCols = 5; variable32 static constexpr int kTestWidth = kNumCols * kCellSize;135 auto cellRect = SkRect::MakeXYWH((i % kNumCols) * kCellSize, (i / kNumCols) * kCellSize, in draw_test()
40 return SkISize::Make(kNumCols * kBitmapSize, kNumRows * kBitmapSize); in onISize()120 static const int kNumCols = 4; member in skiagm::AndroidBlendModesGM
32 constexpr int kNumCols = 4; variable33 constexpr int kWidth = kColWidth * kNumCols;
306 static constexpr int kNumCols = 1; variable307 static constexpr float kGridWidth = kNumCols * kPaddedColumnBounds.fRight - 1.f;331 for (int x = 1; x < kNumCols; ++x) { in draw_example_grid()
54 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows); in onISize()165 inline static constexpr int kNumCols = 6; member in skiagm::PerspShadersGM
55 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows); in onISize()168 static constexpr int kNumCols = 6; member in skiagm::PerspShadersGM