HomeSort by relevance Sort by last modified time
    Searched defs:SkPdfNativeDoc (Results 1 - 4 of 4) sorted by null

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

Completed in 267 milliseconds