OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cachedRegion
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
RecordingCanvas.h
275
const SkRegion*
cachedRegion
= mRegionMap.valueFor(region);
277
if (
cachedRegion
== nullptr) {
279
cachedRegion
= copy.get();
283
mRegionMap.replaceValueFor(region,
cachedRegion
);
286
return
cachedRegion
;
DisplayListCanvas.h
305
const SkRegion*
cachedRegion
= mRegionMap.valueFor(region);
307
if (
cachedRegion
== nullptr) {
309
cachedRegion
= copy.get();
313
mRegionMap.replaceValueFor(region,
cachedRegion
);
316
return
cachedRegion
;
Completed in 119 milliseconds