• Home
  • Raw
  • Download

Lines Matching refs:fCacheEntry

160         SkASSERT(!fCacheEntry);  in finalize()
225 SkASSERT(!fCacheEntry); in accountForOwnPath()
228 fCacheEntry = in accountForOwnPath()
232 if (fCacheEntry) { in accountForOwnPath()
233 if (const GrCCCachedAtlas* cachedAtlas = fCacheEntry->cachedAtlas()) { in accountForOwnPath()
245 specs->fCopyAtlasSpecs.accountForSpace(fCacheEntry->width(), fCacheEntry->height()); in accountForOwnPath()
268 SkASSERT(fCacheEntry); in shouldCachePathMask()
269 SkASSERT(!fCacheEntry->cachedAtlas()); in shouldCachePathMask()
270 if (fCacheEntry->hitCount() <= 1) { in shouldCachePathMask()
291 SkIRect hitRect = fCacheEntry->hitRect().makeOffset(fCachedMaskShift.x(), fCachedMaskShift.y()); in shouldCachePathMask()
331 if (fCacheEntry) { in setupResources()
333 if (fCacheEntry->cachedAtlas()) { in setupResources()
334 SkASSERT(fCacheEntry->cachedAtlas()->getOnFlushProxy()); in setupResources()
337 fCacheEntry.get(), doEvenOddFill); in setupResources()
338 SkASSERT(fCacheEntry->cachedAtlas()); in setupResources()
340 == fCacheEntry->cachedAtlas()->coverageType()); in setupResources()
341 SkASSERT(fCacheEntry->cachedAtlas()->getOnFlushProxy()); in setupResources()
346 == fCacheEntry->cachedAtlas()->coverageType()) in setupResources()
349 op->recordInstance(fCacheEntry->cachedAtlas()->getOnFlushProxy(), in setupResources()
351 resources->appendDrawPathInstance().set(*fCacheEntry, fCachedMaskShift, in setupResources()
372 SkASSERT(fCacheEntry); in setupResources()
373 SkASSERT(!fCacheEntry->cachedAtlas()); in setupResources()
375 fCacheEntry->setCoverageCountAtlas(onFlushRP, atlas, devToAtlasOffset, devBounds, in setupResources()