Searched refs:tValue (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp109 double tValue = s[index]; local
110 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
111 if (approximately_less_than_zero(tValue)) {
112 tValue = 0;
113 } else if (approximately_greater_than_one(tValue)) {
114 tValue = 1;
117 if (approximately_equal(t[idx2], tValue)) {
121 t[foundRoots++] = tValue;
367 int SkDQuad::FindExtrema(const double src[], double tValue[ argument
[all...]
H A DSkPathOpsQuad.h68 static int FindExtrema(const double src[], double tValue[1]);
H A DSkPathOpsConic.h67 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
H A DSkPathOpsCubic.h64 static int FindExtrema(const double src[], double tValue[2]);
H A DSkPathOpsCubic.cpp385 double tValue = s[index];
386 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {
394 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) {
/external/skia/src/core/
H A DSkGeometry.cpp169 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) { argument
173 return valid_unit_divide(a - b, a - b - b + c, tValue);
192 SkScalar tValue; local
193 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
194 SkChopQuadAt(src, dst, tValue);
220 SkScalar tValue;
221 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
222 SkChopQuadAt(src, dst, tValue);
387 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 531 milliseconds