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

#include <SkBitmapKey.h>

Public Member Functions

bool operator== (const SkBitmapKey &rhs) const
 
bool operator!= (const SkBitmapKey &rhs) const
 

Public Attributes

SkIRect fSubset
 
uint32_t fID
 

Detailed Description

Definition at line 12 of file SkBitmapKey.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 18 of file SkBitmapKey.h.

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

◆ operator==()

bool SkBitmapKey::operator== ( const SkBitmapKey rhs) const
inline

Definition at line 15 of file SkBitmapKey.h.

15 {
16 return fID == rhs.fID && fSubset == rhs.fSubset;
17 }
uint32_t fID
Definition SkBitmapKey.h:14
SkIRect fSubset
Definition SkBitmapKey.h:13

Member Data Documentation

◆ fID

uint32_t SkBitmapKey::fID

Definition at line 14 of file SkBitmapKey.h.

◆ fSubset

SkIRect SkBitmapKey::fSubset

Definition at line 13 of file SkBitmapKey.h.


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