Searched refs:kTypeCount (Results 1 – 9 of 9) sorted by relevance
67 static_assert(GrQuad::kTypeCount <= 4, "GrQuad::Type doesn't fit in 2 bits");
598 static_assert(GrQuad::kTypeCount <= 4, "GrQuad::Type does not fit in 2 bits");
62 kTypeCount enumerator
38 static const int kTypeCount = static_cast<int>(Type::kLast) + 1; variable
117 static_assert(GrQuad::kTypeCount <= 4, "GrQuad::Type doesn't fit in 2 bits");
32 inline static constexpr int kTypeCount = static_cast<int>(Type::kPath) + 1; variable
41 static const int kTypeCount = static_cast<int>(Type::kLast) + 1; variable
55 inline static constexpr int kTypeCount = static_cast<int>(Type::kLine) + 1; variable