HomeSort by relevance Sort by last modified time
    Searched defs:cdd (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticParameterization.cpp 79 double cdd = c * dd; local
81 p[x_coeff] = -2*cdd + bde - a*ee + 2*ad*f;
87 p[c_coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp 77 double cdd = c * dd; local
79 fP[kX_Coeff] = -2*cdd + bde - a*ee + 2*ad*f;
85 fP[kC_Coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
  /external/skia/experimental/Intersection/
QuadraticParameterization.cpp 79 double cdd = c * dd; local
81 p[x_coeff] = -2*cdd + bde - a*ee + 2*ad*f;
87 p[c_coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
  /external/skia/src/pathops/
SkDQuadImplicit.cpp 77 double cdd = c * dd; local
79 fP[kX_Coeff] = -2*cdd + bde - a*ee + 2*ad*f;
85 fP[kC_Coeff] = aaf*f + ac*ee + d*f*bb_2ac - abe*f + c*cdd - c*bde;
  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.h 54 linked_ptr<base::DictionaryValue> cdd; member in struct:PrinterState

Completed in 2940 milliseconds