Home
last modified time | relevance | path

Searched refs:SkPDFStream (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/pdf/
DSkPDFStream.cpp22 SkPDFStream::SkPDFStream(SkStream* stream) { in SkPDFStream() function in SkPDFStream
38 SkPDFStream::~SkPDFStream() { in ~SkPDFStream()
41 void SkPDFStream::emitObject(SkWStream* stream, SkPDFCatalog* catalog, in emitObject()
55 size_t SkPDFStream::getOutputSize(SkPDFCatalog* catalog, bool indirect) { in getOutputSize()
DSkPDFFont.cpp619 SkRefPtr<SkPDFStream> pdfCmap = new SkPDFStream(cmapStream.get()); in populateToUnicodeTable()
796 SkRefPtr<SkPDFStream> glyphDescription = in populateType3Font()
797 new SkPDFStream(glyphStream.get()); in populateType3Font()
839 SkRefPtr<SkPDFStream> fontStream = new SkPDFStream(fontData); in addFontDescriptor()
853 SkRefPtr<SkPDFStream> fontStream = new SkPDFStream(fontData.get()); in addFontDescriptor()
868 SkRefPtr<SkPDFStream> fontStream = new SkPDFStream(fontData.get()); in addFontDescriptor()
Dpdf_files.mk11 SkPDFStream.cpp \
DSkPDFShader.cpp470 SkRefPtr<SkPDFStream> function = makePSFunction(functionCode, domain.get()); in doFunctionShader()
668 fContent = new SkPDFStream(content.get()); in doImageShader()
683 SkPDFStream* SkPDFShader::makePSFunction(const SkString& psCode, in makePSFunction()
689 SkPDFStream* result = new SkPDFStream(funcStream.get()); in makePSFunction()
DSkPDFFormXObject.cpp34 fStream = new SkPDFStream(content.get()); in SkPDFFormXObject()
DSkPDFGraphicState.cpp122 static SkPDFStream* invertFunction = NULL; in GetInvertFunction()
137 invertFunction = new SkPDFStream(psInvertStream.get()); in GetInvertFunction()
DSkPDFPage.cpp37 fContentStream = new SkPDFStream(content.get()); in finalizePage()
DSkPDFImage.cpp313 fStream = new SkPDFStream(imageData); in SkPDFImage()
/external/skia/include/pdf/
DSkPDFStream.h32 class SkPDFStream : public SkPDFDict {
38 explicit SkPDFStream(SkStream* stream);
39 virtual ~SkPDFStream();
DSkPDFFormXObject.h69 SkRefPtr<SkPDFStream> fStream;
DSkPDFPage.h98 SkRefPtr<SkPDFStream> fContentStream;
DSkPDFImage.h65 SkRefPtr<SkPDFStream> fStream;
DSkPDFShader.h107 SkPDFStream* makePSFunction(const SkString& psCode, SkPDFArray* domain);
DSkPDFDevice.h36 class SkPDFStream; variable
/external/skia/tests/
DPDFPrimitivesTest.cpp193 SkRefPtr<SkPDFStream> stream = new SkPDFStream(streamData.get()); in TestPDFPrimitives()