Searched defs:tValue (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp79 double tValue = s[index]; local
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[ argument
[all...]
H A DSkPathOpsCubic.cpp339 double tValue = s[index]; local
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)) {
/external/skia/src/core/
H A DSkGeometry.cpp175 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) { argument
179 return valid_unit_divide(a - b, a - b - b + c, tValue);
198 SkScalar tValue; local
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
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...

Completed in 1176 milliseconds