Home
last modified time | relevance | path

Searched refs:topLevelPicture (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrLayerHoister.cpp23 const SkPicture* topLevelPicture, in prepare_for_hoisting() argument
32 const SkPicture* pict = info.fPicture ? info.fPicture : topLevelPicture; in prepare_for_hoisting()
34 GrCachedLayer* layer = layerCache->findLayerOrCreate(topLevelPicture->uniqueID(), in prepare_for_hoisting()
118 const SkPicture* topLevelPicture, in FindLayersToAtlas() argument
133 if (const SkBigPicture* bp = topLevelPicture->asSkBigPicture()) { in FindLayersToAtlas()
173 prepare_for_hoisting(layerCache, topLevelPicture, initialMat, in FindLayersToAtlas()
180 const SkPicture* topLevelPicture, in FindLayersToHoist() argument
191 if (const SkBigPicture* bp = topLevelPicture->asSkBigPicture()) { in FindLayersToHoist()
224 prepare_for_hoisting(layerCache, topLevelPicture, initialMat, info, srcIR, dstIR, in FindLayersToHoist()
DGrLayerHoister.h56 const SkPicture* topLevelPicture,
75 const SkPicture* topLevelPicture,
98 static void ConvertLayersToReplacements(const SkPicture* topLevelPicture,
DGrRecordReplaceDraw.cpp58 const SkPicture* topLevelPicture, in ReplaceDraw() argument
66 , fTopLevelPicture(topLevelPicture) in ReplaceDraw()