OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fCurvePart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h
122
SkDCubic
fCurvePart
; // the curve from start to end
/external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp
771
const Cubic& part = useThis ?
fCurvePart
: rh.
fCurvePart
;
880
Quadratic& quad = (Quadratic&)
fCurvePart
;
886
fSide = -fTangent1.pointDistance(
fCurvePart
[2]); // not normalized -- compare sign only
890
CubicSubDivideHD(fPts, startT, endT,
fCurvePart
);
891
fTangent1.cubicEndPoints(
fCurvePart
, 0, 1);
893
fTangent1.cubicEndPoints(
fCurvePart
, 0, 2);
896
fTangent1.cubicEndPoints(
fCurvePart
, 0, 3);
899
fSide = -fTangent1.pointDistance(
fCurvePart
[nextC]); // compare sign only
901
fSide = -fTangent1.pointDistance(
fCurvePart
[3])
[
all
...]
Completed in 131 milliseconds