Searched refs:localT1 (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 542 int numChops, float localT0, float localT1) { in appendCubics() argument 553 numChops - midChopIdx - 1, localT0, localT1); in appendCubics() 557 if (T >= localT1) { in appendCubics() 559 this->appendCubics(mode, p0, p1, p2, p3, chops, midChopIdx, localT0, localT1); in appendCubics() 563 float localT = (T - localT0) / (localT1 - localT0); in appendCubics() 568 numChops - midChopIdx - 1, T, localT1); in appendCubics()
|
D | GrCCFillGeometry.h | 101 float localT1 = 1);
|