HomeSort by relevance Sort by last modified time
    Searched refs:SkBitmapKey (Results 1 - 12 of 12) sorted by null

  /external/skia/src/pdf/
SkBitmapKey.h 12 struct SkBitmapKey {
15 bool operator==(const SkBitmapKey& rhs) const {
18 bool operator!=(const SkBitmapKey& rhs) const { return !(*this == rhs); }
SkKeyedImage.h 11 #include "SkBitmapKey.h"
17 The SkImage holds on to encoded data. The SkBitmapKey properly de-dups subsets.
31 const SkBitmapKey& key() const { return fKey; }
38 SkBitmapKey fKey = {{0, 0, 0, 0}, 0};
45 SkBitmapKey SkBitmapKeyFromImage(const SkImage*);
SkPDFShader.h 12 #include "SkBitmapKey.h"
52 SkBitmapKey fBitmapKey;
SkPDFDocumentPriv.h 26 struct SkBitmapKey;
102 SkTHashMap<SkBitmapKey, SkPDFIndirectReference> fPDFBitmapMap;
SkKeyedImage.cpp 12 SkBitmapKey SkBitmapKeyFromImage(const SkImage* image) {
SkPDFDevice.cpp 13 #include "SkBitmapKey.h"
    [all...]
  /external/skqp/src/pdf/
SkBitmapKey.h 12 struct SkBitmapKey {
15 bool operator==(const SkBitmapKey& rhs) const {
18 bool operator!=(const SkBitmapKey& rhs) const { return !(*this == rhs); }
SkKeyedImage.h 11 #include "SkBitmapKey.h"
17 The SkImage holds on to encoded data. The SkBitmapKey properly de-dups subsets.
31 const SkBitmapKey& key() const { return fKey; }
38 SkBitmapKey fKey = {{0, 0, 0, 0}, 0};
45 SkBitmapKey SkBitmapKeyFromImage(const SkImage*);
SkPDFShader.h 12 #include "SkBitmapKey.h"
52 SkBitmapKey fBitmapKey;
SkPDFDocumentPriv.h 26 struct SkBitmapKey;
102 SkTHashMap<SkBitmapKey, SkPDFIndirectReference> fPDFBitmapMap;
SkKeyedImage.cpp 12 SkBitmapKey SkBitmapKeyFromImage(const SkImage* image) {
SkPDFDevice.cpp 13 #include "SkBitmapKey.h"
    [all...]

Completed in 380 milliseconds