Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
H A DSkBitmapKey.h12 struct SkBitmapKey { struct
15 bool operator==(const SkBitmapKey& rhs) const { in operator ==()
18 bool operator!=(const SkBitmapKey& rhs) const { return !(*this == rhs); } in operator !=()
H A DSkKeyedImage.h12 #include "src/pdf/SkBitmapKey.h"
17 The SkImage holds on to encoded data. The SkBitmapKey properly de-dups subsets.
31 const SkBitmapKey& key() const { return fKey; } in key()
38 SkBitmapKey fKey = {{0, 0, 0, 0}, 0};
45 SkBitmapKey SkBitmapKeyFromImage(const SkImage*);
H A DSkPDFDocumentPriv.h26 struct SkBitmapKey;
144 SkTHashMap<SkBitmapKey, SkPDFIndirectReference> fPDFBitmapMap;
H A DSkPDFShader.h14 #include "src/pdf/SkBitmapKey.h"
51 SkBitmapKey fBitmapKey;
H A DSkKeyedImage.cpp12 SkBitmapKey SkBitmapKeyFromImage(const SkImage* image) { in SkBitmapKeyFromImage()
H A DSkPDFDevice.cpp39 #include "src/pdf/SkBitmapKey.h"
1668 SkBitmapKey key = imageSubset.key(); in internalDrawImageRect()
1675 SkASSERT((key != SkBitmapKey{{0, 0, 0, 0}, 0})); in internalDrawImageRect()

Completed in 6 milliseconds