Searched refs:getPicture (Results 1 – 8 of 8) sorted by relevance
111 const SkPicture* getPicture(SkReadBuffer* reader) const { in getPicture() function
534 const auto* pic = fPictureData->getPicture(reader); in handleOp()543 const SkPicture* pic = fPictureData->getPicture(reader); in handleOp()
112 const SkPicture* getPicture(SkReadBuffer* reader) const { in getPicture() function
468 const auto* pic = fPictureData->getPicture(reader); in handleOp()477 const SkPicture* pic = fPictureData->getPicture(reader); in handleOp()
140 sk_sp<SkPicture> getPicture() { return fPicture; } in getPicture() function
188 sk_sp<SkPicture> getPicture() { return fPicture; }
1324 auto picture = impl->getPicture(); in onDrawContent()
5719 REPORTER_ASSERT(reporter, SkScalarIsFinite(impl->getPicture()->cullRect().height())); in UNIX_ONLY_TEST()5720 REPORTER_ASSERT(reporter, SkScalarIsFinite(impl->getPicture()->cullRect().width())); in UNIX_ONLY_TEST()