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

  /external/skia/src/pathops/
SkPathOpsQuad.cpp 112 double tValue = s[index];
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[1])
    [all...]
SkPathOpsConic.h 67 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
SkPathOpsQuad.h 68 static int FindExtrema(const double src[], double tValue[1]);
SkPathOpsCubic.h 64 static int FindExtrema(const double src[], double tValue[2]);
SkPathOpsCubic.cpp 378 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/
SkPathOpsQuad.cpp 109 double tValue = s[index];
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[1])
    [all...]
SkPathOpsConic.h 67 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
SkPathOpsQuad.h 68 static int FindExtrema(const double src[], double tValue[1]);
SkPathOpsCubic.h 64 static int FindExtrema(const double src[], double tValue[2]);
SkPathOpsCubic.cpp 378 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/
SkGeometry.cpp 171 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) {
175 return valid_unit_divide(a - b, a - b - b + c, tValue);
194 SkScalar tValue;
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
    [all...]
  /external/skqp/src/core/
SkGeometry.cpp 171 int SkFindQuadExtrema(SkScalar a, SkScalar b, SkScalar c, SkScalar tValue[1]) {
175 return valid_unit_divide(a - b, a - b - b + c, tValue);
194 SkScalar tValue;
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
    [all...]
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp     [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 283 milliseconds