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

  /external/skia/src/pathops/
SkPathOpsQuad.cpp 113 double tValue = s[index];
114 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
115 if (approximately_less_than_zero(tValue)) {
116 tValue = 0;
117 } else if (approximately_greater_than_one(tValue)) {
118 tValue = 1;
121 if (approximately_equal(t[idx2], tValue)) {
125 t[foundRoots++] = tValue;
377 int SkDQuad::FindExtrema(const double src[], double tValue[1])
    [all...]
SkPathOpsCubic.cpp 375 double tValue = s[index];
376 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {
384 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) {
SkPathOpsConic.h 67 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
SkPathOpsCubic.h 65 static int FindExtrema(const double src[], double tValue[2]);
SkPathOpsQuad.h 69 static int FindExtrema(const double src[], double tValue[1]);
  /external/skqp/src/pathops/
SkPathOpsQuad.cpp 113 double tValue = s[index];
114 if (approximately_zero_or_more(tValue) && approximately_one_or_less(tValue)) {
115 if (approximately_less_than_zero(tValue)) {
116 tValue = 0;
117 } else if (approximately_greater_than_one(tValue)) {
118 tValue = 1;
121 if (approximately_equal(t[idx2], tValue)) {
125 t[foundRoots++] = tValue;
377 int SkDQuad::FindExtrema(const double src[], double tValue[1])
    [all...]
SkPathOpsCubic.cpp 375 double tValue = s[index];
376 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) {
384 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) {
SkPathOpsConic.h 67 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
SkPathOpsCubic.h 65 static int FindExtrema(const double src[], double tValue[2]);
SkPathOpsQuad.h 69 static int FindExtrema(const double src[], double tValue[1]);
  /external/skia/src/core/
SkGeometry.cpp 179 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) {
183 return valid_unit_divide(a - b, a - b - b + c, tValue);
202 SkScalar tValue;
203 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
204 SkChopQuadAt(src, dst, tValue);
230 SkScalar tValue;
231 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
232 SkChopQuadAt(src, dst, tValue);
409 even though the 2nd tValue looks < 1.0, after we renormalize it, we end
    [all...]
  /external/skqp/src/core/
SkGeometry.cpp 179 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) {
183 return valid_unit_divide(a - b, a - b - b + c, tValue);
202 SkScalar tValue;
203 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
204 SkChopQuadAt(src, dst, tValue);
230 SkScalar tValue;
231 if (valid_unit_divide(a - b, a - b - b + c, &tValue)) {
232 SkChopQuadAt(src, dst, tValue);
409 even though the 2nd tValue looks < 1.0, after we renormalize it, we end
    [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 990 milliseconds