Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPicture.cpp67 sk_sp<SkPicture> skPicture = SkPicture::MakeFromStream(stream); in CreateFromStream() local
68 if (NULL != skPicture) { in CreateFromStream()
69 newPict->mPicture = skPicture; in CreateFromStream()
71 const SkIRect cullRect = skPicture->cullRect().roundOut(); in CreateFromStream()