Searched defs:SkPdfNativeDoc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.h38 /** \class SkPdfNativeDoc
40 * The SkPdfNativeDoc class is used to load a PDF in memory and it represents a PDF Document.
43 class SkPdfNativeDoc { class
68 SkPdfNativeDoc(const char* path);
72 SkPdfNativeDoc(SkStream* stream);
74 ~SkPdfNativeDoc();
H A DSkPdfNativeDoc.cpp8 #include "SkPdfNativeDoc.h"
71 SkPdfNativeDoc* gDoc = NULL;
73 SkPdfNativeDoc::SkPdfNativeDoc(SkStream* stream) function in class:SkPdfNativeDoc
86 SkPdfNativeDoc::SkPdfNativeDoc(const char* path) function in class:SkPdfNativeDoc
113 void SkPdfNativeDoc::init(const void* bytes, size_t length) {
160 void SkPdfNativeDoc::loadWithoutXRef() {
236 SkPdfNativeDoc::~SkPdfNativeDoc() {
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.h38 /** \class SkPdfNativeDoc
40 * The SkPdfNativeDoc class is used to load a PDF in memory and it represents a PDF Document.
43 class SkPdfNativeDoc { class
68 SkPdfNativeDoc(const char* path);
72 SkPdfNativeDoc(SkStream* stream);
74 ~SkPdfNativeDoc();
H A DSkPdfNativeDoc.cpp8 #include "SkPdfNativeDoc.h"
71 SkPdfNativeDoc* gDoc = NULL;
73 SkPdfNativeDoc::SkPdfNativeDoc(SkStream* stream) function in class:SkPdfNativeDoc
86 SkPdfNativeDoc::SkPdfNativeDoc(const char* path) function in class:SkPdfNativeDoc
113 void SkPdfNativeDoc::init(const void* bytes, size_t length) {
160 void SkPdfNativeDoc::loadWithoutXRef() {
236 SkPdfNativeDoc::~SkPdfNativeDoc() {
[all...]

Completed in 1795 milliseconds