Searched refs:SkMiniPicture (Results 1 – 4 of 4) 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 SkMiniPicture102 return sk_make_sp<SkMiniPicture<Type>>(cull, reinterpret_cast<Type*>(fBuffer.get())) in detachAsPicture()
212 template <typename> friend class SkMiniPicture; variable