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

  /external/skia/src/pdf/
SkPDFCanon.h 21 class SkBitmapKey {
23 SkBitmapKey() : fSubset(SkIRect::MakeEmpty()), fGenID(0) {}
24 explicit SkBitmapKey(const SkBitmap& bm)
26 bool operator==(const SkBitmapKey& rhs) const {
117 SkTHashMap<SkBitmapKey, const SkImage*> fBitmapToImageMap;
SkPDFCanon.cpp 31 [](SkBitmapKey, const SkImage** p) { SkSafeUnref(*p); });
141 SkBitmapKey key(bm);

Completed in 39 milliseconds