Searched refs:c2Bottom (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 188 double c2Bottom = tIdx == 0 ? to2 : in intersect3() local 192 if (c2Bottom > c2Top) { in intersect3() 193 SkTSwap(c2Bottom, c2Top); in intersect3() 195 if (c2Bottom == to2) { in intersect3() 196 c2Bottom = 0; in intersect3() 201 c2Min = SkTMax(c2Bottom, to2 - offset); in intersect3() 215 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top, in intersect3() 239 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top, in intersect3() 257 double c2Bottom = tIdx == 0 ? to2 : in intersect3() local 261 if (c2Bottom > c2Top) { in intersect3() [all …]
|
/external/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 188 double c2Bottom = tIdx == 0 ? to2 : in intersect3() local 192 if (c2Bottom > c2Top) { in intersect3() 193 SkTSwap(c2Bottom, c2Top); in intersect3() 195 if (c2Bottom == to2) { in intersect3() 196 c2Bottom = 0; in intersect3() 201 c2Min = SkTMax(c2Bottom, to2 - offset); in intersect3() 215 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top, in intersect3() 239 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top, in intersect3() 257 double c2Bottom = tIdx == 0 ? to2 : in intersect3() local 261 if (c2Bottom > c2Top) { in intersect3() [all …]
|
/external/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 176 double c2Bottom = tIdx == 0 ? to2 : in intersect() local 180 if (c2Bottom > c2Top) { in intersect() 181 SkTSwap(c2Bottom, c2Top); in intersect() 183 if (c2Bottom == to2) { in intersect() 184 c2Bottom = 0; in intersect() 189 c2Min = SkTMax(c2Bottom, to2 - offset); in intersect() 204 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top, in intersect() 230 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top, in intersect()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 176 double c2Bottom = tIdx == 0 ? to2 : in intersect() local 180 if (c2Bottom > c2Top) { in intersect() 181 SkTSwap(c2Bottom, c2Top); in intersect() 183 if (c2Bottom == to2) { in intersect() 184 c2Bottom = 0; in intersect() 189 c2Min = SkTMax(c2Bottom, to2 - offset); in intersect() 204 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top, in intersect() 230 i.depth()*2, tab, __FUNCTION__, 0., 1., c2Bottom, c2Top, in intersect()
|