Searched refs:c1Bottom (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 155 double c1Bottom = tIdx == 0 ? 0 : in intersect3() local 157 double c1Min = SkTMax(c1Bottom, to1 - offset); in intersect3() 175 i.depth()*2, tab, __FUNCTION__, c1Bottom, c1Top, 0., 1., in intersect3() 225 c1Min = SkTMax(c1Bottom, to1 - offset); in intersect3() 251 double c1Bottom = tIdx == 0 ? 0 : in intersect3() local 253 double c1Min = SkTMax(c1Bottom, to1 - offset); in intersect3() 284 __FUNCTION__, c1Bottom, c1Top, c2Bottom, c2Top, in intersect3()
|
/external/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 155 double c1Bottom = tIdx == 0 ? 0 : in intersect3() local 157 double c1Min = SkTMax(c1Bottom, to1 - offset); in intersect3() 175 i.depth()*2, tab, __FUNCTION__, c1Bottom, c1Top, 0., 1., in intersect3() 225 c1Min = SkTMax(c1Bottom, to1 - offset); in intersect3() 251 double c1Bottom = tIdx == 0 ? 0 : in intersect3() local 253 double c1Min = SkTMax(c1Bottom, to1 - offset); in intersect3() 284 __FUNCTION__, c1Bottom, c1Top, c2Bottom, c2Top, in intersect3()
|
/external/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 141 double c1Bottom = tIdx == 0 ? 0 : in intersect() local 143 double c1Min = SkTMax(c1Bottom, to1 - offset); in intersect() 162 i.depth()*2, tab, __FUNCTION__, c1Bottom, c1Top, 0., 1., in intersect() 215 c1Min = SkTMax(c1Bottom, to1 - offset); in intersect()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 141 double c1Bottom = tIdx == 0 ? 0 : in intersect() local 143 double c1Min = SkTMax(c1Bottom, to1 - offset); in intersect() 162 i.depth()*2, tab, __FUNCTION__, c1Bottom, c1Top, 0., 1., in intersect() 215 c1Min = SkTMax(c1Bottom, to1 - offset); in intersect()
|