Home
last modified time | relevance | path

Searched defs:CoonBezier (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp553 struct CoonBezier { struct
554 void InitFromPoints(float x0, in InitFromPoints()
566 void InitFromBezierInterpolation(const CoonBezier& C1, in InitFromBezierInterpolation()
574 CoonBezier first_half() const { in first_half()
581 CoonBezier second_half() const { in second_half()
588 void GetPoints(pdfium::span<CFX_Path::Point> path_points) const { in GetPoints()
598 void GetPointsReverse(pdfium::span<CFX_Path::Point> path_points) const { in GetPointsReverse()
611 float Distance() const { return x.Distance() + y.Distance(); } in Distance()
613 CoonBezierCoeff x;
614 CoonBezierCoeff y;