Home
last modified time | relevance | path

Searched refs:strikeCache (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/core/
H A DSkGlyphRunPainter.h65 SkStrikeForGPUCacheInterface* strikeCache);
106 SkScalerContextFlags flags, SkStrikeForGPUCacheInterface* strikeCache);
H A DSkGlyphRunPainter.cpp44 SkStrikeForGPUCacheInterface* strikeCache) in SkGlyphRunListPainter()
48 , fStrikeCache{strikeCache} {}
65 SkStrikeForGPUCacheInterface* strikeCache) in SkGlyphRunListPainter()
66 : SkGlyphRunListPainter(props, colorType, compute_scaler_context_flags(cs), strikeCache) {} in SkGlyphRunListPainter()
41 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType, SkScalerContextFlags flags, SkStrikeForGPUCacheInterface* strikeCache) SkGlyphRunListPainter() argument
62 SkGlyphRunListPainter(const SkSurfaceProps& props, SkColorType colorType, SkColorSpace* cs, SkStrikeForGPUCacheInterface* strikeCache) SkGlyphRunListPainter() argument
H A DSkStrikeCache.h42 SkStrike(SkStrikeCache* strikeCache, in SkStrike() argument
48 , fStrikeCache{strikeCache} in SkStrike()
H A DSkRemoteGlyphCache.cpp884 SkStrikeCache* strikeCache = nullptr);
904 SkStrikeCache* strikeCache) in SkStrikeClientImpl()
906 fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()}, in SkStrikeClientImpl()
1081 SkStrikeCache* strikeCache) in SkStrikeClient()
1082 : fImpl{new SkStrikeClientImpl{std::move(discardableManager), isLogging, strikeCache}} {} in SkStrikeClient()
900 SkStrikeClientImpl( sk_sp<SkStrikeClient::DiscardableHandleManager> discardableManager, bool isLogging, SkStrikeCache* strikeCache) SkStrikeClientImpl() argument
1079 SkStrikeClient(sk_sp<DiscardableHandleManager> discardableManager, bool isLogging, SkStrikeCache* strikeCache) SkStrikeClient() argument
H A DSkRemoteGlyphCache.h134 SkStrikeCache* strikeCache = nullptr);
/third_party/skia/src/gpu/
H A DGrMeshDrawTarget.h126 virtual GrStrikeCache* strikeCache() const = 0;
H A DGrOpFlushState.h182 GrStrikeCache* strikeCache() const final;
H A DGrOpFlushState.cpp216 GrStrikeCache* GrOpFlushState::strikeCache() const { in strikeCache() function in GrOpFlushState
/third_party/skia/src/gpu/mock/
H A DGrMockOpTarget.h111 UNIMPL(GrStrikeCache* strikeCache() const)
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp386 this->packedGlyphIDToGrGlyph(target->strikeCache()); in regenerateAtlas()

Completed in 11 milliseconds