Lines Matching full:xobject
1359 SkAutoTUnref<SkPDFFormXObject> xObject(new SkPDFFormXObject(pdfDevice));
1360 SkPDFUtils::DrawFormXObject(this->addXObjectResource(xObject.get()),
1723 SkPDFFormXObject* xobject = SkNEW_ARGS(SkPDFFormXObject, (this));
1729 return xobject;
1896 // Changing the current content into a form-xobject will destroy the clip
1897 // objects which is fine since the xobject will already be clipped. However
1944 // Draw shape into a form-xobject.
2123 int SkPDFDevice::addXObjectResource(SkPDFObject* xObject) {
2124 // Assumes that xobject has been canonicalized (so we can directly compare
2126 int result = fXObjectResources.find(xObject);
2129 fXObjectResources.push(xObject);
2130 xObject->ref();