Searched refs:topLevelPicture (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrLayerHoister.cpp | 23 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()
|
D | GrLayerHoister.h | 56 const SkPicture* topLevelPicture, 75 const SkPicture* topLevelPicture, 98 static void ConvertLayersToReplacements(const SkPicture* topLevelPicture,
|
D | GrRecordReplaceDraw.cpp | 58 const SkPicture* topLevelPicture, in ReplaceDraw() argument 66 , fTopLevelPicture(topLevelPicture) in ReplaceDraw()
|