Searched refs:numChops (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 542 int numChops, float localT0, float localT1) { in appendCubics() argument 543 if (numChops) { in appendCubics() 544 SkASSERT(numChops > 0); in appendCubics() 545 int midChopIdx = numChops/2; in appendCubics() 553 numChops - midChopIdx - 1, localT0, localT1); in appendCubics() 568 numChops - midChopIdx - 1, T, localT1); in appendCubics()
|
D | GrCCFillGeometry.h | 100 const Sk2f& p3, const float chops[], int numChops, float localT0 = 0,
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 542 int numChops, float localT0, float localT1) { in appendCubics() argument 543 if (numChops) { in appendCubics() 544 SkASSERT(numChops > 0); in appendCubics() 545 int midChopIdx = numChops/2; in appendCubics() 553 numChops - midChopIdx - 1, localT0, localT1); in appendCubics() 568 numChops - midChopIdx - 1, T, localT1); in appendCubics()
|
D | GrCCFillGeometry.h | 100 const Sk2f& p3, const float chops[], int numChops, float localT0 = 0,
|