Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFCanon.h33 SkTHashMap<SkPDFImageShaderKey, sk_sp<SkPDFObject>> fImageShaderMap;
37 SkTHashMap<SkBitmapKey, sk_sp<SkPDFObject>> fPDFBitmapMap;
39 SkTHashMap<uint32_t, std::unique_ptr<SkAdvancedTypefaceMetrics>> fTypefaceMetrics;
40 SkTHashMap<uint32_t, sk_sp<SkPDFDict>> fFontDescriptors;
41 SkTHashMap<uint64_t, sk_sp<SkPDFFont>> fFontMap;
43 SkTHashMap<SkPDFStrokeGraphicState, sk_sp<SkPDFDict>> fStrokeGSMap;
44 SkTHashMap<SkPDFFillGraphicState, sk_sp<SkPDFDict>> fFillGSMap;
65 SkTHashMap<BitmapGlyphKey, BitmapGlyph> fBitmapGlyphImages;
DSkPDFGradientShader.h40 using HashMap = SkTHashMap<Key, sk_sp<SkPDFObject>, KeyHash>;
DSkPDFTypes.h382 SkTHashMap<SkPDFObject*, int32_t> fObjectNumbers;
DSkPDFDevice.cpp1624 SkTHashMap<SkPDFCanon::BitmapGlyphKey, SkPDFCanon::BitmapGlyph>* map = in internalDrawText()
/external/skia/tests/
DHashTest.cpp15 static int count(const SkTHashMap<int, double>& map) { in count()
22 SkTHashMap<int, double> map; in DEF_TEST()
72 SkTHashMap<int, sk_sp<SkRefCnt>> refMap; in DEF_TEST()
/external/skia/include/private/
DGrAuditTrail.h156 SkTHashMap<uint32_t, int> fIDLookup;
157 SkTHashMap<int, Ops*> fClientIDLookup;
DSkTHash.h222 class SkTHashMap : SkNoncopyable {
224 SkTHashMap() {} in SkTHashMap() function
/external/skia/experimental/svg/model/
DSkSVGIDMapper.h17 using SkSVGIDMapper = SkTHashMap<SkString, sk_sp<SkSVGNode>>;
/external/skia/src/codec/
DSkStreamBuffer.h115 SkTHashMap<size_t, SkData*> fMarkedData;
/external/skia/src/core/
DSkReadBuffer.h246 SkTHashMap<uint32_t, SkString> fFlattenableDict;
263 SkTHashMap<SkString, SkFlattenable::Factory> fCustomFactory;
DSkColorSpaceXformer.h45 using Cache = SkTHashMap<sk_sp<T>, sk_sp<T>>;
DSkPictureRecord.h254 SkTHashMap<SkPath, int, PathHash> fPaths;
/external/skia/include/views/
DSkOSWindow_Win.h84 static SkTHashMap<void*, SkOSWindow*> gHwndToOSWindowMap;
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.h149 SkTHashMap<uint32_t, TextBlob*> fBlobIdCache;
DGrTextBlobCache.h223 SkTHashMap<uint32_t, BlobIDCacheEntry> fBlobIDCache;
/external/skia/include/core/
DSkWriteBuffer.h152 SkTHashMap<SkString, uint32_t> fFlattenableDict;
/external/skia/src/views/win/
DSkOSWindow_win.cpp48 SkTHashMap<void*, SkOSWindow*> SkOSWindow::gHwndToOSWindowMap;
/external/skia/tools/debugger/
DSkDrawCommand.cpp272 static SkTHashMap<SkString, FROM_JSON> factories; in fromJSON()