Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
RowData Struct Reference

Public Types

enum  IntersectionType { kNoIntersection , kVerticalLine , kTangentLine , kTwoPointsIntersect }
 

Public Attributes

enum RowData::IntersectionType fIntersectionType
 
int fQuadXDirection
 
int fScanlineXDirection
 
double fYAtIntersection
 
double fXAtIntersection1
 
double fXAtIntersection2
 

Detailed Description

Definition at line 426 of file GrDistanceFieldGenFromVector.cpp.

Member Enumeration Documentation

◆ IntersectionType

Enumerator
kNoIntersection 
kVerticalLine 
kTangentLine 
kTwoPointsIntersect 

Definition at line 428 of file GrDistanceFieldGenFromVector.cpp.

Member Data Documentation

◆ fIntersectionType

enum RowData::IntersectionType RowData::fIntersectionType

◆ fQuadXDirection

int RowData::fQuadXDirection

Definition at line 439 of file GrDistanceFieldGenFromVector.cpp.

◆ fScanlineXDirection

int RowData::fScanlineXDirection

Definition at line 440 of file GrDistanceFieldGenFromVector.cpp.

◆ fXAtIntersection1

double RowData::fXAtIntersection1

Definition at line 446 of file GrDistanceFieldGenFromVector.cpp.

◆ fXAtIntersection2

double RowData::fXAtIntersection2

Definition at line 447 of file GrDistanceFieldGenFromVector.cpp.

◆ fYAtIntersection

double RowData::fYAtIntersection

Definition at line 443 of file GrDistanceFieldGenFromVector.cpp.


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