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

  /external/skia/src/pathops/
SkPathOpsQuad.cpp 79 double tValue = s[index];
80 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
81 if (approximately_less_than_zero(tValue)) {
82 tValue = 0;
83 } else if (approximately_greater_than_one(tValue)) {
84 tValue = 1;
87 if (approximately_equal(t[idx2], tValue)) {
91 t[foundRoots++] = tValue;
328 int SkDQuad::FindExtrema(const double src[], double tValue[1])
    [all...]
SkPathOpsConic.h 59 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
SkPathOpsQuad.h 64 static int FindExtrema(const double src[], double tValue[1]);
SkPathOpsCubic.h 66 static int FindExtrema(const double src[], double tValue[2]);
SkPathOpsCubic.cpp 339 double tValue = s[index];
340 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {
348 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) {
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java     [all...]
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java     [all...]
  /external/skia/src/core/
SkGeometry.cpp 175 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) {
179 return valid_unit_divide(a - b, a - b - b + c, tValue);
198 SkScalar tValue;
199 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
200 SkChopQuadAt(src, dst, tValue);
226 SkScalar tValue;
227 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
228 SkChopQuadAt(src, dst, tValue);
424 even though the 2nd tValue looks < 1.0, after we renormalize it, we end
    [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 

Completed in 723 milliseconds