/external/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 212 void GrCCDrawPathsOp::accountForOwnPaths(GrCCPathCache* pathCache, in accountForOwnPaths() argument 216 draw.accountForOwnPath(pathCache, onFlushRP, specs); in accountForOwnPaths() 221 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in accountForOwnPath() argument 230 if (pathCache) { in accountForOwnPath() 232 pathCache->find(onFlushRP, fShape, fMaskDevIBounds, fMatrix, &fCachedMaskShift); in accountForOwnPath() 306 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources() argument 313 draw.setupResources(pathCache, onFlushRP, resources, doCopies, this); in setupResources() 322 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources() argument 339 resources->upgradeEntryToLiteralCoverageAtlas(pathCache, onFlushRP, in setupResources()
|
D | GrCCPathCache.cpp | 379 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()
|
D | GrCCPathCache.h | 340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() argument 342 : fPathCache(pathCache) in HashNode()
|
D | GrCCPerFlushResources.cpp | 196 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCPathCacheEntry* entry, in upgradeEntryToLiteralCoverageAtlas() argument 228 entry->upgradeToLiteralCoverageAtlas(pathCache, onFlushRP, newAtlas, newAtlasOffset)) { in upgradeEntryToLiteralCoverageAtlas()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 209 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()
|
D | GrCCPathCache.cpp | 379 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()
|
D | GrCCPathCache.h | 340 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() argument 342 : fPathCache(pathCache) in HashNode()
|
D | GrCCPerFlushResources.cpp | 193 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/ |
D | PackageRemapper.java | 33 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/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 177 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()
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 191 auto pathCache = SkStrikeCache::FindOrCreateStrikeExclusive( in drawForBitmapDevice() local 201 const SkGlyph& glyph = pathCache->getGlyphMetrics(glyphID, {0, 0}); in drawForBitmapDevice() 203 const SkPath* path = pathCache->findPath(glyph); in drawForBitmapDevice()
|
/external/guice/lib/build/ |
D | jarjar-1.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
/external/testng/lib-supplied/ |
D | jarjar-issue-21.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |