Searched refs:twoThirdsCount (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 263 int32_t twoThirdsCount = (2 * indexCount) / 3; in emit_recursive_fan() local 265 pts[indices[firstIndex + twoThirdsCount]], devToAtlasOffset, ordering); in emit_recursive_fan() 270 pts, indices, firstIndex + oneThirdCount, twoThirdsCount - oneThirdCount + 1, in emit_recursive_fan() 277 pts, indices, firstIndex + twoThirdsCount, indexCount - twoThirdsCount + 1, in emit_recursive_fan()
|