HomeSort by relevance Sort by last modified time
    Searched refs:kC_Coeff (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.h 24 double c() const { return fP[kC_Coeff]; }
33 kC_Coeff,
36 double fP[kC_Coeff + 1];
SkDQuadImplicit.cpp 66 fP[kC_Coeff] = a*(a*f*f + c*e*e - c*f*d - b*e*f)
85 fP[kC_Coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
98 for (int index = 0; index <= kC_Coeff; ++index) {
  /external/skia/src/pathops/
SkDQuadImplicit.h 24 double c() const { return fP[kC_Coeff]; }
33 kC_Coeff,
36 double fP[kC_Coeff + 1];
SkDQuadImplicit.cpp 66 fP[kC_Coeff] = a*(a*f*f + c*e*e - c*f*d - b*e*f)
85 fP[kC_Coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
98 for (int index = 0; index <= kC_Coeff; ++index) {

Completed in 3753 milliseconds