Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 32 of file SkPDFBitmap.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 38 of file SkPDFBitmap.h.

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

◆ operator==()

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

Definition at line 35 of file SkPDFBitmap.h.

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

Member Data Documentation

◆ fChannels

int SkPDFIccProfileKey::fChannels

Definition at line 34 of file SkPDFBitmap.h.

◆ fData

sk_sp<SkData> SkPDFIccProfileKey::fData

Definition at line 33 of file SkPDFBitmap.h.


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