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

  /external/pdfium/xfa/fde/
cfde_path.cpp 101 FX_FLOAT fCoefficient = fTension / 3.0f;
112 pTangents[i].x += (fCoefficient * (pPoints[r].x - pPoints[s].x));
113 pTangents[i].y += (fCoefficient * (pPoints[r].y - pPoints[s].y));
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 452 fCoefficient [j] = coefficient [j];
457 fCoefficient [j] = 0.0;
464 while (fDegree > 0 && fCoefficient [fDegree] == 0.0)
505 fCoefficient [j] = stream.Get_real64 ();
509 fCoefficient [j] = 0.0;
521 printf (" Coefficient [%u] = %f\n", (unsigned) k, fCoefficient [k]);
543 stream.Put_real64 (fCoefficient [j]);
597 fCoefficient32 [j] = ConvertDoubleToFloat(fCoefficient [j] * factor32);
dng_misc_opcodes.h 218 real64 fCoefficient [kMaxDegree + 1];

Completed in 595 milliseconds