Searched refs:regionCopy (Results 1 – 1 of 1) sorted by relevance
260 const SkRegion* regionCopy = mRegionMap.valueFor(region); in refRegion() local262 if (regionCopy == NULL) { in refRegion()263 regionCopy = new SkRegion(*region); in refRegion()265 mRegionMap.replaceValueFor(region, regionCopy); in refRegion()266 mDisplayListData->regions.add(regionCopy); in refRegion()269 return regionCopy; in refRegion()