Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.h326 struct SkConic { struct
327 SkConic() {} in SkConic() function
328 SkConic(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2, SkScalar w) { in SkConic() argument
332 SkConic(const SkPoint pts[3], SkScalar w) { in SkConic() argument
336 SkPoint fPts[3];
337 SkScalar fW;
339 void set(const SkPoint pts[3], SkScalar w) { in set()
344 void set(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2, SkScalar w) { in set()
368 [[nodiscard]] bool chopAt(SkScalar t, SkConic dst[2]) const; argument
414 const SkMatrix*, SkConic conics[kMaxConicsForArc]); argument