Home
last modified time | relevance | path

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

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