Searched refs:kCols (Results 1 – 2 of 2) sorted by relevance
39 constexpr static bool kCols[13][10] = { in draw_labyrinth() local64 for (size_t x = 0; x < SK_ARRAY_COUNT(kCols); ++x) { in draw_labyrinth()65 for (size_t y = 0; y < SK_ARRAY_COUNT(kCols[0]); ++y) { in draw_labyrinth()66 if (kCols[x][y]) { in draw_labyrinth()
44 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX; in ComplexClip2GM()99 for (int j = 0; j < kCols; ++j) { in onOnceBeforeDraw()108 inline static constexpr int kCols = 5; member in skiagm::ComplexClip2GM151 for (int j = 0; j < kCols; ++j) { in onDraw()205 SkClipOp fOps[kRows * kCols][5];