Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SkDCubicPair Struct Reference

#include <SkPathOpsCubic.h>

Public Member Functions

SkDCubic first () const
 
SkDCubic second () const
 

Public Attributes

SkDPoint pts [7]
 

Detailed Description

Definition at line 174 of file SkPathOpsCubic.h.

Member Function Documentation

◆ first()

SkDCubic SkDCubicPair::first ( ) const
inline

Definition at line 175 of file SkPathOpsCubic.h.

175 {
176#ifdef SK_DEBUG
178 result.debugSet(&pts[0]);
179 return result;
180#else
181 return (const SkDCubic&) pts[0];
182#endif
183 }
GAsyncResult * result
SkDPoint pts[7]
void debugSet(const SkDPoint *pts)

◆ second()

SkDCubic SkDCubicPair::second ( ) const
inline

Definition at line 184 of file SkPathOpsCubic.h.

184 {
185#ifdef SK_DEBUG
187 result.debugSet(&pts[3]);
188 return result;
189#else
190 return (const SkDCubic&) pts[3];
191#endif
192 }

Member Data Documentation

◆ pts

SkDPoint SkDCubicPair::pts[7]

Definition at line 193 of file SkPathOpsCubic.h.


The documentation for this struct was generated from the following file: