Home
last modified time | relevance | path

Searched refs:kTypeCount (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.h67 static_assert(GrQuad::kTypeCount <= 4, "GrQuad::Type doesn't fit in 2 bits");
DGrTextureOp.cpp598 static_assert(GrQuad::kTypeCount <= 4, "GrQuad::Type does not fit in 2 bits");
/third_party/flutter/skia/tools/
DSkMetaData.h62 kTypeCount enumerator
/third_party/skia/tools/
DSkMetaData.h62 kTypeCount enumerator
/third_party/flutter/skia/src/gpu/geometry/
DGrQuad.h38 static const int kTypeCount = static_cast<int>(Type::kLast) + 1; variable
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.h117 static_assert(GrQuad::kTypeCount <= 4, "GrQuad::Type doesn't fit in 2 bits");
/third_party/skia/experimental/graphite/src/geom/
DShape.h32 inline static constexpr int kTypeCount = static_cast<int>(Type::kPath) + 1; variable
/third_party/skia/src/gpu/geometry/
DGrQuad.h41 static const int kTypeCount = static_cast<int>(Type::kLast) + 1; variable
DGrShape.h55 inline static constexpr int kTypeCount = static_cast<int>(Type::kLine) + 1; variable