Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
GrDistanceFieldLCDTextGeoProc::DistanceAdjust Struct Reference

#include <GrDistanceFieldGeoProc.h>

Public Member Functions

bool operator== (const DistanceAdjust &wa) const
 
bool operator!= (const DistanceAdjust &wa) const
 

Static Public Member Functions

static DistanceAdjust Make (SkScalar r, SkScalar g, SkScalar b)
 

Public Attributes

SkScalar fR
 
SkScalar fG
 
SkScalar fB
 

Detailed Description

Definition at line 212 of file GrDistanceFieldGeoProc.h.

Member Function Documentation

◆ Make()

static DistanceAdjust GrDistanceFieldLCDTextGeoProc::DistanceAdjust::Make ( SkScalar  r,
SkScalar  g,
SkScalar  b 
)
inlinestatic

Definition at line 214 of file GrDistanceFieldGeoProc.h.

214 {
215 DistanceAdjust result;
216 result.fR = r; result.fG = g; result.fB = b;
217 return result;
218 }
static bool b
GAsyncResult * result

◆ operator!=()

bool GrDistanceFieldLCDTextGeoProc::DistanceAdjust::operator!= ( const DistanceAdjust wa) const
inline

Definition at line 222 of file GrDistanceFieldGeoProc.h.

222 {
223 return !(*this == wa);
224 }

◆ operator==()

bool GrDistanceFieldLCDTextGeoProc::DistanceAdjust::operator== ( const DistanceAdjust wa) const
inline

Member Data Documentation

◆ fB

SkScalar GrDistanceFieldLCDTextGeoProc::DistanceAdjust::fB

Definition at line 213 of file GrDistanceFieldGeoProc.h.

◆ fG

SkScalar GrDistanceFieldLCDTextGeoProc::DistanceAdjust::fG

Definition at line 213 of file GrDistanceFieldGeoProc.h.

◆ fR

SkScalar GrDistanceFieldLCDTextGeoProc::DistanceAdjust::fR

Definition at line 213 of file GrDistanceFieldGeoProc.h.


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