Searched refs:oneThirdCount (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 249 int32_t oneThirdCount = indexCount / 3; in emit_recursive_fan() local 251 out++->set(pts[indices[firstIndex]], pts[indices[firstIndex + oneThirdCount]], in emit_recursive_fan() 254 out = emit_recursive_fan(pts, indices, firstIndex, oneThirdCount + 1, devToAtlasOffset, out); in emit_recursive_fan() 255 out = emit_recursive_fan(pts, indices, firstIndex + oneThirdCount, in emit_recursive_fan() 256 twoThirdsCount - oneThirdCount + 1, devToAtlasOffset, out); in emit_recursive_fan()
|