Flutter Engine
The Flutter Engine
Classes | Public Member Functions | Public Attributes | List of all members
SkPDFIccProfileKey Struct Reference

#include <SkPDFBitmap.h>

Classes

struct  Hash
 

Public Member Functions

bool operator== (const SkPDFIccProfileKey &that) const
 
bool operator!= (const SkPDFIccProfileKey &rhs) const
 

Public Attributes

sk_sp< SkDatafData
 
int fChannels
 

Detailed Description

Definition at line 35 of file SkPDFBitmap.h.

Member Function Documentation

◆ operator!=()

bool SkPDFIccProfileKey::operator!= ( const SkPDFIccProfileKey rhs) const
inline

Definition at line 41 of file SkPDFBitmap.h.

41{ return !(*this == rhs); }

◆ operator==()

bool SkPDFIccProfileKey::operator== ( const SkPDFIccProfileKey that) const
inline

Definition at line 38 of file SkPDFBitmap.h.

38 {
39 return fChannels == that.fChannels && fData->equals(that.fData.get());
40 }
bool equals(const SkData *other) const
Definition: SkData.cpp:43
T * get() const
Definition: SkRefCnt.h:303
sk_sp< SkData > fData
Definition: SkPDFBitmap.h:36

Member Data Documentation

◆ fChannels

int SkPDFIccProfileKey::fChannels

Definition at line 37 of file SkPDFBitmap.h.

◆ fData

sk_sp<SkData> SkPDFIccProfileKey::fData

Definition at line 36 of file SkPDFBitmap.h.


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