Searched refs:SkBitmapKey (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/pdf/ |
D | SkBitmapKey.h | 12 struct SkBitmapKey { struct 15 bool operator==(const SkBitmapKey& rhs) const { argument 18 bool operator!=(const SkBitmapKey& rhs) const { return !(*this == rhs); }
|
D | SkKeyedImage.h | 31 const SkBitmapKey& key() const { return fKey; } in key() 38 SkBitmapKey fKey = {{0, 0, 0, 0}, 0}; 45 SkBitmapKey SkBitmapKeyFromImage(const SkImage*);
|
D | SkPDFDocumentPriv.h | 26 struct SkBitmapKey; 147 SkTHashMap<SkBitmapKey, SkPDFIndirectReference> fPDFBitmapMap;
|
D | SkPDFShader.h | 51 SkBitmapKey fBitmapKey;
|
D | SkKeyedImage.cpp | 12 SkBitmapKey SkBitmapKeyFromImage(const SkImage* image) { in SkBitmapKeyFromImage()
|
D | BUILD.bazel | 9 "SkBitmapKey.h",
|
D | SkPDFDevice.cpp | 1678 SkBitmapKey key = imageSubset.key(); in internalDrawImageRect() 1685 SkASSERT((key != SkBitmapKey{{0, 0, 0, 0}, 0})); in internalDrawImageRect()
|
/external/skia/gn/ |
D | pdf.gni | 20 "$_src/pdf/SkBitmapKey.h",
|
/external/skia/ |
D | public.bzl | 1314 "src/pdf/SkBitmapKey.h",
|