Searched refs:kNumOfRows (Results 1 – 2 of 2) sorted by relevance
149 static constexpr int kNumOfRows = 4; variable151 static_assert(kNumOfRows * kColumnsPerRow == kColorTransformMatrixCount,
351 for (uint32_t i = 0; i < kNumOfRows; i++) { in ApplyToMatrix()