OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aCubic
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h
54
SkDCubic
aCubic
;
55
aCubic
.set(a);
59
return intersect(
aCubic
, bCubic);
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp
80
const Cubic
aCubic
= {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
83
return intersect(
aCubic
, bLine, intersections);
96
const Cubic
aCubic
= {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
100
intersect(
aCubic
, bCubic, intersections);
118
const Cubic
aCubic
= {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}, {a[2].fX, a[2].fY},
120
return horizontalIntersect(
aCubic
, left, right, y, aRange);
197
const Cubic
aCubic
= {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY},
200
sub_divide(
aCubic
, startT, endT, dst);
250
const Cubic
aCubic
= {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY},
253
int order = reduceOrder(
aCubic
, dst, kReduceOrder_QuadraticsAllowed, kReduceOrder_TreatAsFill)
[
all
...]
Completed in 485 milliseconds