Home | History | Annotate | Download | only in samplecode

Lines Matching refs:pict

1286             SkAutoTUnref<SkPicture> pict(SkPicture::CreateFromStream(&istream));
1287 if (pict.get() != NULL) {
1288 orig->drawPicture(pict.get());