Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp506 struct Coon_Bezier { struct
507 Coon_BezierCoeff x, y; argument
513 Coon_Bezier first_half() in first_half() argument
520 Coon_Bezier second_half() in second_half() argument
527 void BezierInterpol(Coon_Bezier& C1, Coon_Bezier& C2, Coon_Bezier& D1, Coon_Bezier& D2) in BezierInterpol() argument
532 void GetPoints(FX_PATHPOINT* pPoints) in GetPoints()
545 void GetPointsReverse(FX_PATHPOINT* pPoints) in GetPointsReverse()
558 float Distance() in Distance()