Home | History | Annotate | Download | only in pdf

Lines Matching full:fdata

22       fData(stream) {
28 fData = stream;
29 fData->unref(); // SkRefPtr and new both took a reference.
35 fData(pdfStream.fData) {
67 stream->write(fData->getMemoryBase(), fData->getLength());
80 strlen(" stream\n\nendstream") + fData->getLength();
86 fData = stream;
94 SkAssertResult(SkFlate::Deflate(fData.get(), &compressedData));
95 if (compressedData.getOffset() < fData->getLength()) {
98 fData = stream;
99 fData->unref(); // SkRefPtr and new both took a reference.
106 insertInt("Length", fData->getLength());