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

#include <SkPathOpsQuad.h>

Public Member Functions

const SkDQuadfirst () const
 
const SkDQuadsecond () const
 

Public Attributes

SkDPoint pts [5]
 

Detailed Description

Definition at line 28 of file SkPathOpsQuad.h.

Member Function Documentation

◆ first()

const SkDQuad & SkDQuadPair::first ( ) const
inline

Definition at line 29 of file SkPathOpsQuad.h.

29{ return (const SkDQuad&) pts[0]; }
SkDPoint pts[5]

◆ second()

const SkDQuad & SkDQuadPair::second ( ) const
inline

Definition at line 30 of file SkPathOpsQuad.h.

30{ return (const SkDQuad&) pts[2]; }

Member Data Documentation

◆ pts

SkDPoint SkDQuadPair::pts[5]

Definition at line 31 of file SkPathOpsQuad.h.


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