Home
last modified time | relevance | path

Searched refs:SkTHashSet (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/include/private/
DSkTHash.h311 class SkTHashSet {
313 SkTHashSet() {} in SkTHashSet() function
314 SkTHashSet(SkTHashSet&&) = default;
315 SkTHashSet& operator=(SkTHashSet&&) = default;
355 SkTHashSet(const SkTHashSet&) = delete;
356 SkTHashSet& operator=(const SkTHashSet&) = delete;
/external/skqp/include/private/
DSkTHash.h311 class SkTHashSet {
313 SkTHashSet() {} in SkTHashSet() function
314 SkTHashSet(SkTHashSet&&) = default;
315 SkTHashSet& operator=(SkTHashSet&&) = default;
355 SkTHashSet(const SkTHashSet&) = delete;
356 SkTHashSet& operator=(const SkTHashSet&) = delete;
/external/skia/src/pdf/
DSkPDFDevice.h163 SkTHashSet<SkPDFIndirectReference> fGraphicStateResources;
164 SkTHashSet<SkPDFIndirectReference> fXObjectResources;
165 SkTHashSet<SkPDFIndirectReference> fShaderResources;
166 SkTHashSet<SkPDFIndirectReference> fFontResources;
DSkPDFDevice.cpp110 static int add_resource(SkTHashSet<SkPDFIndirectReference>& resources, SkPDFIndirectReference ref) { in add_resource()
1290 static std::vector<SkPDFIndirectReference> sort(const SkTHashSet<SkPDFIndirectReference>& src) { in sort()
1482 SkTHashSet<SkPDFIndirectReference>* shaderResources, in populate_graphic_state_entry_from_paint()
1483 SkTHashSet<SkPDFIndirectReference>* graphicStateResources) { in populate_graphic_state_entry_from_paint()
/external/skqp/src/pdf/
DSkPDFDevice.h167 SkTHashSet<SkPDFIndirectReference> fGraphicStateResources;
168 SkTHashSet<SkPDFIndirectReference> fXObjectResources;
169 SkTHashSet<SkPDFIndirectReference> fShaderResources;
170 SkTHashSet<SkPDFIndirectReference> fFontResources;
DSkPDFDevice.cpp110 static int add_resource(SkTHashSet<SkPDFIndirectReference>& resources, SkPDFIndirectReference ref) { in add_resource()
1303 static std::vector<SkPDFIndirectReference> sort(const SkTHashSet<SkPDFIndirectReference>& src) { in sort()
1495 SkTHashSet<SkPDFIndirectReference>* shaderResources, in populate_graphic_state_entry_from_paint()
1496 SkTHashSet<SkPDFIndirectReference>* graphicStateResources) { in populate_graphic_state_entry_from_paint()
/external/skia/src/core/
DSkRemoteGlyphCacheImpl.h62 SkTHashSet<SkPackedGlyphID> fCachedGlyphImages;
63 SkTHashSet<SkPackedGlyphID> fCachedGlyphPaths;
DSkRemoteGlyphCache.h157 SkTHashSet<SkFontID> fCachedTypefaces;
/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h62 SkTHashSet<SkPackedGlyphID> fCachedGlyphImages;
63 SkTHashSet<SkPackedGlyphID> fCachedGlyphPaths;
DSkRemoteGlyphCache.h147 SkTHashSet<SkFontID> fCachedTypefaces;
/external/skqp/tests/
DHashTest.cpp87 SkTHashSet<SkString> set; in DEF_TEST()
155 SkTHashSet<CopyCounter, HashCopyCounter> set; in DEF_TEST()
DSkRemoteGlyphCacheTest.cpp53 const SkTHashSet<SkDiscardableHandleId>& lockedHandles() const { return fLockedHandles; } in lockedHandles()
66 SkTHashSet<SkDiscardableHandleId> fLockedHandles;
/external/skia/tests/
DHashTest.cpp87 SkTHashSet<SkString> set; in DEF_TEST()
155 SkTHashSet<CopyCounter, HashCopyCounter> set; in DEF_TEST()
DSkRemoteGlyphCacheTest.cpp53 const SkTHashSet<SkDiscardableHandleId>& lockedHandles() const { return fLockedHandles; } in lockedHandles()
66 SkTHashSet<SkDiscardableHandleId> fLockedHandles;
/external/skia/tools/sk_app/unix/
Dmain_unix.cpp32 SkTHashSet<sk_app::Window_unix*> pendingWindows; in main()
/external/skqp/tools/sk_app/unix/
Dmain_unix.cpp32 SkTHashSet<sk_app::Window_unix*> pendingWindows; in main()
/external/skqp/src/gpu/
DGrMemoryPool.h115 SkTHashSet<int32_t> fAllocatedIDs;
/external/skia/src/gpu/
DGrMemoryPool.h115 SkTHashSet<int32_t> fAllocatedIDs;
/external/skqp/src/gpu/vk/
DGrVkResource.h67 SkTHashSet<const GrVkResource*, GrVkResource::Hash> fHashSet;
/external/skia/src/gpu/vk/
DGrVkResource.h67 SkTHashSet<const GrVkResource*, GrVkResource::Hash> fHashSet;
/external/skqp/src/gpu/mock/
DGrMockGpu.h128 SkTHashSet<int> fOutstandingTestingOnlyTextureIDs;
/external/skia/src/gpu/mock/
DGrMockGpu.h141 SkTHashSet<int> fOutstandingTestingOnlyTextureIDs;
/external/skqp/tools/
Dget_images_from_skps.cpp42 static SkTHashSet<SkMD5::Digest> gSeen;
/external/skia/tools/
Dget_images_from_skps.cpp42 static SkTHashSet<SkMD5::Digest> gSeen;
/external/skqp/dm/
DDM.cpp319 static SkTHashSet<Gold, Gold::Hash> gGold;
343 static SkTHashSet<SkString> gUninterestingHashes;

12