Home
last modified time | relevance | path

Searched refs:SkStrikeServerImpl (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp577 class SkStrikeServerImpl final : public SkStrikeForGPUCacheInterface { class
579 explicit SkStrikeServerImpl(
616 SkStrikeServerImpl::SkStrikeServerImpl(SkStrikeServer::DiscardableHandleManager* dhm) in SkStrikeServerImpl() function in SkStrikeServerImpl
621 void SkStrikeServerImpl::setMaxEntriesInDescriptorMapForTesting(size_t count) { in setMaxEntriesInDescriptorMapForTesting()
624 size_t SkStrikeServerImpl::remoteStrikeMapSizeForTesting() const { in remoteStrikeMapSizeForTesting()
628 sk_sp<SkData> SkStrikeServerImpl::serializeTypeface(SkTypeface* tf) { in serializeTypeface()
641 void SkStrikeServerImpl::writeStrikeData(std::vector<uint8_t>* memory) { in writeStrikeData()
702 SkScopedStrikeForGPU SkStrikeServerImpl::findOrCreateScopedStrike(const SkStrikeSpec& strikeSpec) { in findOrCreateScopedStrike()
706 void SkStrikeServerImpl::checkForDeletedEntries() { in checkForDeletedEntries()
721 RemoteStrike* SkStrikeServerImpl::getOrCreateCache(const SkStrikeSpec& strikeSpec) { in getOrCreateCache()
[all …]
DSkRemoteGlyphCache.h28 class SkStrikeServerImpl; variable
82 SkStrikeServerImpl* impl();
84 std::unique_ptr<SkStrikeServerImpl> fImpl;
/third_party/skia/include/core/
DSkTypeface.h433 friend class SkStrikeServerImpl; // glyphMaskNeedsCurrentColor variable