Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp498 struct CoonBezierCoeff { struct
499 void InitFromPoints(float p0, float p1, float p2, float p3) { in InitFromPoints()
506 void InitFromBezierInterpolation(const CoonBezierCoeff& C1, in InitFromBezierInterpolation()
517 CoonBezierCoeff first_half() const { in first_half()
526 CoonBezierCoeff second_half() const { in second_half()
535 void GetPoints(float p[4]) const { in GetPoints()
542 float Distance() const { in Distance()
547 float a;
548 float b;
549 float c;
[all …]