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

/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp112 double tValue = s[index]; local
113 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
114 if (approximately_less_than_zero(tValue)) {
115 tValue = 0;
116 } else if (approximately_greater_than_one(tValue)) {
117 tValue = 1;
120 if (approximately_equal(t[idx2], tValue)) {
124 t[foundRoots++] = tValue;
370 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.cpp378 double tValue = s[index];
379 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {
387 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) {
/external/skqp/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.cpp378 double tValue = s[index];
379 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {
387 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) {
/external/skia/src/core/
H A DSkGeometry.cpp171 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) { argument
175 return valid_unit_divide(a - b, a - b - b + c, tValue);
194 SkScalar tValue; local
195 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
196 SkChopQuadAt(src, dst, tValue);
222 SkScalar tValue;
223 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
224 SkChopQuadAt(src, dst, tValue);
389 even though the 2nd tValue looks < 1.0, after we renormalize it, we end
/external/skqp/src/core/
H A DSkGeometry.cpp171 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) { argument
175 return valid_unit_divide(a - b, a - b - b + c, tValue);
194 SkScalar tValue; local
195 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
196 SkChopQuadAt(src, dst, tValue);
222 SkScalar tValue;
223 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
224 SkChopQuadAt(src, dst, tValue);
389 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- ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 447 milliseconds