HomeSort by relevance Sort by last modified time
    Searched refs:fContentStream (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pdf/
SkPDFPage.cpp 31 if (fContentStream.get() == NULL) {
37 fContentStream = new SkPDFStream(content.get());
38 fContentStream->unref(); // SkRefPtr and new both took a reference.
39 insert("Contents", new SkPDFObjRef(fContentStream.get()))->unref();
41 catalog->addObject(fContentStream.get(), firstPage);
46 SkASSERT(fContentStream.get() != NULL);
47 catalog->setFileOffset(fContentStream.get(), fileOffset);
48 return fContentStream->getOutputSize(catalog, true);
52 SkASSERT(fContentStream.get() != NULL);
53 fContentStream->emitObject(stream, catalog, true)
    [all...]
SkPDFDevice.cpp 181 fContentStream(contentStream) {
202 SkWStream* fContentStream;
213 fContentStream->writeText("q\n");
220 fContentStream->writeText("Q\n");
330 emit_clip(&clipPath, NULL, fContentStream);
341 emit_clip(NULL, &translatedClip, fContentStream);
345 emit_clip(&translatedPath, NULL, fContentStream);
373 SkPDFUtils::AppendTransform(matrix, fContentStream);
381 fContentStream->writeText("/Pattern CS /Pattern cs /P");
382 fContentStream->writeDecAsText(state.fShaderIndex)
    [all...]
  /external/skia/include/pdf/
SkPDFPage.h 98 SkRefPtr<SkPDFStream> fContentStream;

Completed in 38 milliseconds