Searched refs:SkTHashSet (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFCanon.h93 SkTHashSet<WrapGS, WrapGS::Hash> fGraphicStateRecords;
/external/skia/tests/
H A DHashTest.cpp69 SkTHashSet<SkString> set;
128 SkTHashSet<CopyCounter, hash_copy_counter> set;
/external/skia/src/core/
H A DSkTHash.h15 // Before trying to use SkTHashTable, look below to see if SkTHashMap or SkTHashSet works for you.
43 // Please prefer to use SkTHashMap or SkTHashSet, which do not have this danger.
252 class SkTHashSet : SkNoncopyable { class in inherits:SkNoncopyable
254 SkTHashSet() {} function in class:SkTHashSet
/external/skia/dm/
H A DDM.cpp130 static SkTHashSet<Gold, Gold::Hash> gGold;
148 static SkTHashSet<SkString> gUninterestingHashes;
/external/skia/src/svg/
H A DSkSVGDevice.cpp535 SkTHashSet<SkString> familySet;

Completed in 511 milliseconds