Searched defs:SkBitmapKey (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pdf/
H A DSkBitmapKey.h14 struct SkBitmapKey { struct
17 bool operator==(const SkBitmapKey& rhs) const {
20 bool operator!=(const SkBitmapKey& rhs) const { return !(*this == rhs); }
62 SkBitmapKey getKey() const { return SkBitmapKey{fSubset, fID}; }

Completed in 183 milliseconds