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

  /external/skia/src/pdf/
SkPDFCanon.h 82 SkTHashMap<uint32_t, bool> fCanEmbedTypeface;
117 SkTHashMap<SkBitmapKey, const SkImage*> fBitmapToImageMap;
118 SkTHashMap<uint32_t /*ImageUniqueID*/, SkPDFObject*> fPDFBitmapMap;
SkPDFTypes.h 364 SkTHashMap<SkPDFObject*, int32_t> fObjectNumbers;
392 SkTHashMap<SkPDFObject*, SkPDFObject*> fSubstituteMap;
  /external/skia/tests/
HashTest.cpp 14 static int count(const SkTHashMap<int, double>& map) {
21 SkTHashMap<int, double> map;
  /external/skia/include/views/
SkOSWindow_Win.h 91 static SkTHashMap<void*, SkOSWindow*> gHwndToOSWindowMap;
  /external/skia/include/private/
SkTHash.h 15 // Before trying to use SkTHashTable, look below to see if SkTHashMap or SkTHashSet works for you.
46 // Please prefer to use SkTHashMap or SkTHashSet, which do not have this danger.
195 class SkTHashMap : SkNoncopyable {
197 SkTHashMap() {}
  /external/skia/src/core/
SkRemote.cpp 569 SkTHashMap<ID, T> fMap;
603 SkTHashMap<ID, T*> fMap;
736 SkTHashMap<const T*, ID> fMap;
739 SkTHashMap<SkMatrix, ID> fMatrix;
740 SkTHashMap<Misc, ID, MiscHash> fMisc;
741 SkTHashMap<SkPath, ID> fPath;
742 SkTHashMap<Stroke, ID> fStroke;
SkPictureRecord.h 233 SkTHashMap<SkPath, int, PathHash> fPaths;
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.h 151 SkTHashMap<uint32_t, TextBlob*> fBlobIdCache;
  /external/skia/src/views/win/
SkOSWindow_win.cpp 52 SkTHashMap<void*, SkOSWindow*> SkOSWindow::gHwndToOSWindowMap;
  /external/skia/tools/debugger/
SkDrawCommand.cpp 264 static SkTHashMap<SkString, FROM_JSON> factories;
    [all...]

Completed in 747 milliseconds