Searched refs:SkTHashMap (Results 1 - 4 of 4) sorted by relevance

/external/skia/tests/
H A DHashTest.cpp14 static int count(const SkTHashMap<int, double>& map) { argument
21 SkTHashMap<int, double> map;
/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.
192 class SkTHashMap : SkNoncopyable { class in inherits:SkNoncopyable
194 SkTHashMap() {} function in class:SkTHashMap
/external/skia/src/pdf/
H A DSkPDFTypes.h330 SkTHashMap<SkPDFObject*, int32_t> fObjectNumbers;
358 SkTHashMap<SkPDFObject*, SkPDFObject*> fSubstituteMap;
/external/skia/src/gpu/gl/
H A DGrGLCaps.h372 mutable SkTHashMap<ReadPixelsSupportedFormat, bool> fReadPixelsSupportedCache;

Completed in 173 milliseconds