Searched refs:strikeCache (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/src/core/ |
D | SkGlyphRunPainter.h | 65 SkStrikeForGPUCacheInterface* strikeCache); 106 SkScalerContextFlags flags, SkStrikeForGPUCacheInterface* strikeCache);
|
D | SkGlyphRunPainter.cpp | 44 SkStrikeForGPUCacheInterface* strikeCache) in SkGlyphRunListPainter() argument 48 , fStrikeCache{strikeCache} {} 65 SkStrikeForGPUCacheInterface* strikeCache) in SkGlyphRunListPainter() argument 66 : SkGlyphRunListPainter(props, colorType, compute_scaler_context_flags(cs), strikeCache) {} in SkGlyphRunListPainter()
|
D | SkRemoteGlyphCache.cpp | 884 SkStrikeCache* strikeCache = nullptr); 904 SkStrikeCache* strikeCache) in SkStrikeClientImpl() argument 906 fStrikeCache{strikeCache ? strikeCache : SkStrikeCache::GlobalStrikeCache()}, in SkStrikeClientImpl() 1081 SkStrikeCache* strikeCache) in SkStrikeClient() argument 1082 : fImpl{new SkStrikeClientImpl{std::move(discardableManager), isLogging, strikeCache}} {} in SkStrikeClient()
|
D | SkStrikeCache.h | 42 SkStrike(SkStrikeCache* strikeCache, in SkStrike() argument 48 , fStrikeCache{strikeCache} in SkStrike()
|
D | SkRemoteGlyphCache.h | 134 SkStrikeCache* strikeCache = nullptr);
|
/third_party/skia/src/gpu/ |
D | GrMeshDrawTarget.h | 126 virtual GrStrikeCache* strikeCache() const = 0;
|
D | GrOpFlushState.cpp | 216 GrStrikeCache* GrOpFlushState::strikeCache() const { in strikeCache() function in GrOpFlushState
|
D | GrOpFlushState.h | 182 GrStrikeCache* strikeCache() const final;
|
/third_party/skia/src/gpu/mock/ |
D | GrMockOpTarget.h | 111 UNIMPL(GrStrikeCache* strikeCache() const)
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 386 this->packedGlyphIDToGrGlyph(target->strikeCache()); in regenerateAtlas()
|