Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
SkPathMeasurePriv.h File Reference
#include "include/core/SkPath.h"
#include "include/core/SkPoint.h"
#include "src/core/SkGeometry.h"

Go to the source code of this file.

Classes

class  SkPathMeasurePriv
 

Enumerations

enum  SkSegType { kLine_SegType , kQuad_SegType , kCubic_SegType , kConic_SegType }
 

Functions

void SkPathMeasure_segTo (const SkPoint pts[], unsigned segType, SkScalar startT, SkScalar stopT, SkPath *dst)
 

Enumeration Type Documentation

◆ SkSegType

enum SkSegType
Enumerator
kLine_SegType 
kQuad_SegType 
kCubic_SegType 
kConic_SegType 

Definition at line 18 of file SkPathMeasurePriv.h.

18 {
23};
@ kConic_SegType
@ kCubic_SegType
@ kLine_SegType
@ kQuad_SegType

Function Documentation

◆ SkPathMeasure_segTo()

void SkPathMeasure_segTo ( const SkPoint  pts[],
unsigned  segType,
SkScalar  startT,
SkScalar  stopT,
SkPath dst 
)