Searched defs:tValue (Results 1 - 3 of 3) 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...]
/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 213 milliseconds