Home
last modified time | relevance | path

Searched refs:pathCache (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp209 void GrCCDrawPathsOp::accountForOwnPaths(GrCCPathCache* pathCache, in accountForOwnPaths() argument
213 draw.accountForOwnPath(pathCache, onFlushRP, specs); in accountForOwnPaths()
218 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in accountForOwnPath() argument
227 if (pathCache) { in accountForOwnPath()
229 pathCache->find(onFlushRP, fShape, fMaskDevIBounds, fMatrix, &fCachedMaskShift); in accountForOwnPath()
303 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources() argument
310 draw.setupResources(pathCache, onFlushRP, resources, doCopies, this); in setupResources()
319 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources() argument
336 resources->upgradeEntryToLiteralCoverageAtlas(pathCache, onFlushRP, in setupResources()
DGrCCPathCache.cpp379 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCAtlas* atlas, in upgradeToLiteralCoverageAtlas() argument
386 ReleaseAtlasResult releaseAtlasResult = this->releaseCachedAtlas(pathCache); in upgradeToLiteralCoverageAtlas()
397 GrCCPathCache* pathCache) { in releaseCachedAtlas() argument
400 result = fCachedAtlas->invalidatePathPixels(pathCache, this->height() * this->width()); in releaseCachedAtlas()
411 GrCCPathCache* pathCache, int numPixels) { in invalidatePathPixels() argument
421 pathCache->fInvalidatedProxies.push_back(fOnFlushProxy); in invalidatePathPixels()
423 pathCache->fInvalidatedProxyUniqueKeys.push_back(fTextureKey); in invalidatePathPixels()
DGrCCPathCache.h340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() argument
342 : fPathCache(pathCache) in HashNode()
DGrCCPerFlushResources.cpp193 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCPathCacheEntry* entry, in upgradeEntryToLiteralCoverageAtlas() argument
225 entry->upgradeToLiteralCoverageAtlas(pathCache, onFlushRP, newAtlas, newAtlasOffset)) { in upgradeEntryToLiteralCoverageAtlas()
/external/jarjar/src/main/com/tonicsystems/jarjar/
DPackageRemapper.java33 private final Map<String, String> pathCache = new HashMap<String, String>(); field in PackageRemapper
59 String s = pathCache.get(path); in mapPath()
80 pathCache.put(path, s); in mapPath()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestCache.java34 final private ConcurrentHashMap<Pair<String, String>, List<CheckStatus>> pathCache; field in TestCache.TestResultBundle
39 pathCache = new ConcurrentHashMap<>(); in TestResultBundle()
62 List<CheckStatus> cachedResult = pathCache.get(key); in check()
68 pathCache.put(key, ImmutableList.copyOf(result)); in check()
/external/skqp/src/core/
DSkGlyphRunPainter.cpp177 auto pathCache = SkStrikeCache::FindOrCreateStrikeExclusive( in drawForBitmapDevice() local
187 const SkGlyph& glyph = pathCache->getGlyphMetrics(glyphID, {0, 0}); in drawForBitmapDevice()
189 const SkPath* path = pathCache->findPath(glyph); in drawForBitmapDevice()
336 SkStrikeInterface* pathCache, const SkGlyphRun& glyphRun, in drawGlyphRunAsPathWithARGBFallback() argument
346 const SkGlyph& glyph = pathCache->getGlyphMetrics(glyphID, {0, 0}); in drawGlyphRunAsPathWithARGBFallback()
350 if (pathCache->hasPath(glyph)) { in drawGlyphRunAsPathWithARGBFallback()
811 auto pathCache = SkStrikeCache::FindOrCreateStrikeExclusive( in generateFromGlyphRunList() local
829 pathCache.get(), glyphRun, origin, runPaint, viewMatrix, textScale, in generateFromGlyphRunList()