Home
last modified time | relevance | path

Searched refs:getDrawables (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPictureRecord.h43 const SkTArray<sk_sp<SkDrawable>>& getDrawables() const { in getDrawables() function
DSkPictureData.cpp55 , fDrawables(record.getDrawables()) in SkPictureData()