Home
last modified time | relevance | path

Searched refs:SkTHashMap (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/pdf/
DSkPDFCanon.h82 SkTHashMap<uint32_t, bool> fCanEmbedTypeface;
117 SkTHashMap<SkBitmapKey, const SkImage*> fBitmapToImageMap;
118 SkTHashMap<uint32_t /*ImageUniqueID*/, SkPDFObject*> fPDFBitmapMap;
DSkPDFTypes.h364 SkTHashMap<SkPDFObject*, int32_t> fObjectNumbers;
392 SkTHashMap<SkPDFObject*, SkPDFObject*> fSubstituteMap;
/external/skia/tests/
DHashTest.cpp14 static int count(const SkTHashMap<int, double>& map) { in count()
21 SkTHashMap<int, double> map; in DEF_TEST()
/external/skia/src/core/
DSkRemote.cpp569 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;
DSkPictureRecord.h233 SkTHashMap<SkPath, int, PathHash> fPaths;
/external/skia/include/private/
DSkTHash.h195 class SkTHashMap : SkNoncopyable {
197 SkTHashMap() {} in SkTHashMap() function
/external/skia/include/views/
DSkOSWindow_Win.h91 static SkTHashMap<void*, SkOSWindow*> gHwndToOSWindowMap;
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.h151 SkTHashMap<uint32_t, TextBlob*> fBlobIdCache;
/external/skia/src/views/win/
DSkOSWindow_win.cpp52 SkTHashMap<void*, SkOSWindow*> SkOSWindow::gHwndToOSWindowMap;
/external/skia/tools/debugger/
DSkDrawCommand.cpp264 static SkTHashMap<SkString, FROM_JSON> factories; in fromJSON()