Searched refs:twoThirdsCount (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 250 int32_t twoThirdsCount = (2 * indexCount) / 3; in emit_recursive_fan() local 252 pts[indices[firstIndex + twoThirdsCount]], devToAtlasOffset); in emit_recursive_fan() 256 twoThirdsCount - oneThirdCount + 1, devToAtlasOffset, out); in emit_recursive_fan() 261 out = emit_recursive_fan(pts, indices, firstIndex + twoThirdsCount, in emit_recursive_fan() 262 indexCount - twoThirdsCount + 1, devToAtlasOffset, out); in emit_recursive_fan()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 250 int32_t twoThirdsCount = (2 * indexCount) / 3; in emit_recursive_fan() local 252 pts[indices[firstIndex + twoThirdsCount]], devToAtlasOffset); in emit_recursive_fan() 256 twoThirdsCount - oneThirdCount + 1, devToAtlasOffset, out); in emit_recursive_fan() 261 out = emit_recursive_fan(pts, indices, firstIndex + twoThirdsCount, in emit_recursive_fan() 262 indexCount - twoThirdsCount + 1, devToAtlasOffset, out); in emit_recursive_fan()
|