Home
last modified time | relevance | path

Searched refs:SkBitmapKey (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/pdf/
DSkBitmapKey.h12 struct SkBitmapKey { struct
15 bool operator==(const SkBitmapKey& rhs) const { argument
18 bool operator!=(const SkBitmapKey& rhs) const { return !(*this == rhs); }
DSkKeyedImage.h31 const SkBitmapKey& key() const { return fKey; } in key()
38 SkBitmapKey fKey = {{0, 0, 0, 0}, 0};
45 SkBitmapKey SkBitmapKeyFromImage(const SkImage*);
DSkPDFDocumentPriv.h26 struct SkBitmapKey;
147 SkTHashMap<SkBitmapKey, SkPDFIndirectReference> fPDFBitmapMap;
DSkPDFShader.h51 SkBitmapKey fBitmapKey;
DSkKeyedImage.cpp12 SkBitmapKey SkBitmapKeyFromImage(const SkImage* image) { in SkBitmapKeyFromImage()
DBUILD.bazel9 "SkBitmapKey.h",
DSkPDFDevice.cpp1678 SkBitmapKey key = imageSubset.key(); in internalDrawImageRect()
1685 SkASSERT((key != SkBitmapKey{{0, 0, 0, 0}, 0})); in internalDrawImageRect()
/external/skia/gn/
Dpdf.gni20 "$_src/pdf/SkBitmapKey.h",
/external/skia/
Dpublic.bzl1314 "src/pdf/SkBitmapKey.h",