Searched defs:SkMiniPicture (Results 1 – 2 of 2) sorted by relevance
48 class SkMiniPicture final : public SkPicture { class50 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) { in SkMiniPicture() function in SkMiniPicture
170 template <typename> friend class SkMiniPicture; variable