Searched refs:midChopIdx (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 545 int midChopIdx = numChops/2; in appendCubics() local 546 float T = chops[midChopIdx]; in appendCubics() 548 AppendCubicMode rightMode = (AppendCubicMode)((bool)mode ^ (midChopIdx & 1) ^ 1); in appendCubics() 552 this->appendCubics(rightMode, p0, p1, p2, p3, &chops[midChopIdx + 1], in appendCubics() 553 numChops - midChopIdx - 1, localT0, localT1); in appendCubics() 559 this->appendCubics(mode, p0, p1, p2, p3, chops, midChopIdx, localT0, localT1); in appendCubics() 566 this->appendCubics(mode, p0, p01, p02, pT, chops, midChopIdx, localT0, T); in appendCubics() 567 this->appendCubics(rightMode, pT, p11, p12, p3, &chops[midChopIdx + 1], in appendCubics() 568 numChops - midChopIdx - 1, T, localT1); in appendCubics()
|