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

#include <SkPDFGraphicState.h>

Public Types

using Hash = SkForceDirectHash< SkPDFFillGraphicState >
 

Public Member Functions

bool operator== (const SkPDFFillGraphicState &o) const
 
bool operator!= (const SkPDFFillGraphicState &o) const
 

Public Attributes

SkScalar fAlpha
 
uint8_t fBlendMode
 
uint8_t fPADDING [3] = {0, 0, 0}
 

Detailed Description

Definition at line 63 of file SkPDFGraphicState.h.

Member Typedef Documentation

◆ Hash

Definition at line 70 of file SkPDFGraphicState.h.

Member Function Documentation

◆ operator!=()

bool SkPDFFillGraphicState::operator!= ( const SkPDFFillGraphicState o) const
inline

Definition at line 68 of file SkPDFGraphicState.h.

68{ return !(*this == o); }

◆ operator==()

bool SkPDFFillGraphicState::operator== ( const SkPDFFillGraphicState o) const
inline

Definition at line 67 of file SkPDFGraphicState.h.

67{ return !memcmp(this, &o, sizeof(o)); }

Member Data Documentation

◆ fAlpha

SkScalar SkPDFFillGraphicState::fAlpha

Definition at line 64 of file SkPDFGraphicState.h.

◆ fBlendMode

uint8_t SkPDFFillGraphicState::fBlendMode

Definition at line 65 of file SkPDFGraphicState.h.

◆ fPADDING

uint8_t SkPDFFillGraphicState::fPADDING[3] = {0, 0, 0}

Definition at line 66 of file SkPDFGraphicState.h.

66{0, 0, 0};

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