Home
last modified time | relevance | path

Searched refs:kNumCols (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/
DMultipleContexts.cpp206 constexpr size_t kNumCols = 4; in draw() local
208 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()
/third_party/flutter/skia/bench/
DTableBench.cpp29 static const int kNumCols = 32; member in TableBench
45 for (int col = 0; col < kNumCols; ++col) { in onDraw()
/third_party/skia/bench/
DTableBench.cpp29 static const int kNumCols = 32; member in TableBench
45 for (int col = 0; col < kNumCols; ++col) { in onDraw()
/third_party/skia/gm/
Dtrickycubicstrokes.cpp30 static constexpr int kNumCols = 5; variable
32 static constexpr int kTestWidth = kNumCols * kCellSize;
135 auto cellRect = SkRect::MakeXYWH((i % kNumCols) * kCellSize, (i / kNumCols) * kCellSize, in draw_test()
Dandroidblendmodes.cpp40 return SkISize::Make(kNumCols * kBitmapSize, kNumRows * kBitmapSize); in onISize()
120 static const int kNumCols = 4; member in skiagm::AndroidBlendModesGM
Dlcdblendmodes.cpp32 constexpr int kNumCols = 4; variable
33 constexpr int kWidth = kColWidth * kNumCols;
Dcrop_imagefilter.cpp306 static constexpr int kNumCols = 1; variable
307 static constexpr float kGridWidth = kNumCols * kPaddedColumnBounds.fRight - 1.f;
331 for (int x = 1; x < kNumCols; ++x) { in draw_example_grid()
Dperspshaders.cpp54 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows); in onISize()
165 inline static constexpr int kNumCols = 6; member in skiagm::PerspShadersGM
/third_party/flutter/skia/gm/
Dandroidblendmodes.cpp40 return SkISize::Make(kNumCols * kBitmapSize, kNumRows * kBitmapSize); in onISize()
120 static const int kNumCols = 4; member in skiagm::AndroidBlendModesGM
Dlcdblendmodes.cpp32 constexpr int kNumCols = 4; variable
33 constexpr int kWidth = kColWidth * kNumCols;
Dperspshaders.cpp55 return SkISize::Make(kCellSize*kNumCols, kCellSize*kNumRows); in onISize()
168 static constexpr int kNumCols = 6; member in skiagm::PerspShadersGM