Searched refs:strikeCache (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkGlyphRunPainter.h | 65 SkStrikeForGPUCacheInterface* strikeCache); 106 SkScalerContextFlags flags, SkStrikeForGPUCacheInterface* strikeCache);
|
H A D | SkGlyphRunPainter.cpp | 44 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 D | SkStrikeCache.h | 42 SkStrike(SkStrikeCache* strikeCache, in SkStrike() argument 48 , fStrikeCache{strikeCache} in SkStrike()
|
H A D | SkRemoteGlyphCache.cpp | 884 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 D | SkRemoteGlyphCache.h | 134 SkStrikeCache* strikeCache = nullptr);
|
/third_party/skia/src/gpu/ |
H A D | GrMeshDrawTarget.h | 126 virtual GrStrikeCache* strikeCache() const = 0;
|
H A D | GrOpFlushState.h | 182 GrStrikeCache* strikeCache() const final;
|
H A D | GrOpFlushState.cpp | 216 GrStrikeCache* GrOpFlushState::strikeCache() const { in strikeCache() function in GrOpFlushState
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpTarget.h | 111 UNIMPL(GrStrikeCache* strikeCache() const)
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlob.cpp | 386 this->packedGlyphIDToGrGlyph(target->strikeCache()); in regenerateAtlas()
|
Completed in 11 milliseconds