OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bLine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h
128
SkDLine aLine,
bLine
;
130
bLine
.set(b);
132
return intersect(aLine,
bLine
);
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp
66
const _Line
bLine
= {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
67
return intersect(aLine,
bLine
, intersections);
73
const _Line
bLine
= {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
74
intersect(aQuad,
bLine
, intersections);
82
const _Line
bLine
= {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
83
return intersect(aCubic,
bLine
, intersections);
268
const _Line
bLine
= {{above.fX, above.fY}, {below.fX, below.fY}};
269
return implicit_matches_ulps(aLine,
bLine
, 32);
[
all
...]
Completed in 3947 milliseconds