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

  /external/skia/include/private/
SkTHash.h 15 // Before trying to use SkTHashTable, look below to see if SkTHashMap or SkTHashSet works for you.
25 class SkTHashTable : SkNoncopyable {
27 SkTHashTable() : fCount(0), fRemoved(0), fCapacity(0) {}
31 this->~SkTHashTable();
32 new (this) SkTHashTable;
192 // Maps K->V. A more user-friendly wrapper around SkTHashTable, suitable for most use cases.
253 SkTHashTable<Pair, K> fTable;
298 SkTHashTable<T, T, Traits> fTable;
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.h 152 SkTHashTable<TextBlob*, const TextBlob::Key&, TextBlob> fBlobKeyCache;
  /external/skia/src/core/
SkGlyphCache.h 263 SkTHashTable<SkGlyph, PackedGlyphID, SkGlyph::HashTraits> fGlyphMap;

Completed in 130 milliseconds