Home
last modified time | relevance | path

Searched refs:localT0 (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.cpp542 int numChops, float localT0, float localT1) { in appendCubics() argument
550 if (T <= localT0) { in appendCubics()
553 numChops - midChopIdx - 1, localT0, 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()
566 this->appendCubics(mode, p0, p01, p02, pT, chops, midChopIdx, localT0, T); in appendCubics()
DGrCCFillGeometry.h100 const Sk2f& p3, const float chops[], int numChops, float localT0 = 0,