Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.cpp491 fCurrCubicType = SkClassifyCubic(P, tt, ss, D); in cubicTo()
492 SkASSERT(!SkCubicIsDegenerate(fCurrCubicType)); in cubicTo()
507 if (SkCubicType::kLoop != fCurrCubicType) { in cubicTo()
577 if (SkCubicType::kLoop != fCurrCubicType) { in appendCubics()
579 SkASSERT(!SkCubicIsDegenerate(fCurrCubicType)); in appendCubics()
DGrCCFillGeometry.h113 SkCubicType fCurrCubicType; variable