Searched refs: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 SkMiniPicture108 return sk_make_sp<SkMiniPicture<Type>>(cull, reinterpret_cast<Type*>(fBuffer.get())) in detachAsPicture()
170 template <typename> friend class SkMiniPicture; variable