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

  /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/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...]
  /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...]
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 1708 milliseconds