Home
last modified time | relevance | path

Searched refs:gMiterIndices (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrStrokeRectOp.cpp523 static const uint16_t gMiterIndices[] = { in GetIndexBuffer() local
540 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gMiterIndices) == kMiterIndexCnt); in GetIndexBuffer()
543 gMiterIndices, kMiterIndexCnt, kNumMiterRectsInIndexBuffer, kMiterVertexCnt, in GetIndexBuffer()
/third_party/skia/src/gpu/ops/
DStrokeRectOp.cpp680 static const uint16_t gMiterIndices[] = { in GetIndexBuffer() local
697 static_assert(SK_ARRAY_COUNT(gMiterIndices) == kMiterIndexCnt); in GetIndexBuffer()
700 gMiterIndices, kMiterIndexCnt, kNumMiterRectsInIndexBuffer, kMiterVertexCnt, in GetIndexBuffer()