Home | History | Annotate | Download | only in gpu

Lines Matching refs:fPicture

34         fPicture = picture;
39 fInfo.fSaveLayerOpID = fPicture->EXPERIMENTAL_curOpID();
126 device->fInfo.fRestoreOpID = fPicture->EXPERIMENTAL_curOpID();
167 const SkPicture *fPicture;
193 return SkNEW_ARGS(GrGatherDevice, (info.width(), info.height(), fPicture,
220 , fPicture(pict) {
224 if (NULL == fPicture || 0 == fPicture->width() || 0 == fPicture->height()) {
228 this->clipRect(SkRect::MakeWH(SkIntToScalar(fPicture->width()),
229 SkIntToScalar(fPicture->height())),
231 this->drawPicture(fPicture);
263 const SkPicture* fPicture;