Searched refs:SkPdfNativeDoc (Results 1 - 25 of 678) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfImageDictionary_autogen.h26 SkString Type(SkPdfNativeDoc* doc);
28 SkString Subtype(SkPdfNativeDoc* doc);
30 int64_t Width(SkPdfNativeDoc* doc);
32 int64_t Height(SkPdfNativeDoc* doc);
35 bool isColorSpaceAName(SkPdfNativeDoc* doc);
36 SkString getColorSpaceAsName(SkPdfNativeDoc* doc);
38 bool isColorSpaceAArray(SkPdfNativeDoc* doc);
39 SkPdfArray* getColorSpaceAsArray(SkPdfNativeDoc* doc);
41 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
43 SkString Intent(SkPdfNativeDoc* do
[all...]
H A DSkPdfType1FormDictionary_autogen.h29 SkString Type(SkPdfNativeDoc* doc);
31 SkString Subtype(SkPdfNativeDoc* doc);
33 int64_t FormType(SkPdfNativeDoc* doc);
35 SkString Name(SkPdfNativeDoc* doc);
37 SkPdfDate LastModified(SkPdfNativeDoc* doc);
39 SkRect BBox(SkPdfNativeDoc* doc);
41 SkMatrix Matrix(SkPdfNativeDoc* doc);
43 SkPdfResourceDictionary* Resources(SkPdfNativeDoc* doc);
45 SkPdfTransparencyGroupDictionary* Group(SkPdfNativeDoc* doc);
47 SkPdfDictionary* Ref(SkPdfNativeDoc* do
[all...]
H A DSkPdfType3FontDictionary_autogen.h29 SkString Type(SkPdfNativeDoc* doc);
31 SkString Subtype(SkPdfNativeDoc* doc);
33 SkString Name(SkPdfNativeDoc* doc);
35 SkRect FontBBox(SkPdfNativeDoc* doc);
37 SkMatrix FontMatrix(SkPdfNativeDoc* doc);
39 SkPdfDictionary* CharProcs(SkPdfNativeDoc* doc);
42 bool isEncodingAName(SkPdfNativeDoc* doc);
43 SkString getEncodingAsName(SkPdfNativeDoc* doc);
45 bool isEncodingAEncodingdictionary(SkPdfNativeDoc* doc);
46 SkPdfEncodingDictionary* getEncodingAsEncodingdictionary(SkPdfNativeDoc* do
[all...]
H A DSkPdfType1FontDictionary_autogen.h26 SkString Type(SkPdfNativeDoc* doc);
28 SkString Subtype(SkPdfNativeDoc* doc);
30 SkString Name(SkPdfNativeDoc* doc);
32 SkString BaseFont(SkPdfNativeDoc* doc);
34 int64_t FirstChar(SkPdfNativeDoc* doc);
36 int64_t LastChar(SkPdfNativeDoc* doc);
38 SkPdfArray* Widths(SkPdfNativeDoc* doc);
40 SkPdfFontDescriptorDictionary* FontDescriptor(SkPdfNativeDoc* doc);
43 bool isEncodingAName(SkPdfNativeDoc* doc);
44 SkString getEncodingAsName(SkPdfNativeDoc* do
[all...]
H A DSkPdfSoftMaskImageDictionary_autogen.h23 SkPdfArray* Matte(SkPdfNativeDoc* doc);
25 SkString Subtype(SkPdfNativeDoc* doc);
27 SkString ColorSpace(SkPdfNativeDoc* doc);
H A DSkPdfType0FontDictionary_autogen.h35 SkString Type(SkPdfNativeDoc* doc);
37 SkString Subtype(SkPdfNativeDoc* doc);
39 SkString BaseFont(SkPdfNativeDoc* doc);
42 bool isEncodingAName(SkPdfNativeDoc* doc);
43 SkString getEncodingAsName(SkPdfNativeDoc* doc);
45 bool isEncodingAStream(SkPdfNativeDoc* doc);
46 SkPdfStream* getEncodingAsStream(SkPdfNativeDoc* doc);
48 SkPdfArray* DescendantFonts(SkPdfNativeDoc* doc);
50 SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);
H A DSkPdfType2ShadingDictionary_autogen.h38 SkPdfArray* Coords(SkPdfNativeDoc* doc);
40 SkPdfArray* Domain(SkPdfNativeDoc* doc);
42 SkPdfFunction Function(SkPdfNativeDoc* doc);
44 SkPdfArray* Extend(SkPdfNativeDoc* doc);
H A DSkPdfType3ShadingDictionary_autogen.h38 SkPdfArray* Coords(SkPdfNativeDoc* doc);
40 SkPdfArray* Domain(SkPdfNativeDoc* doc);
42 SkPdfFunction Function(SkPdfNativeDoc* doc);
44 SkPdfArray* Extend(SkPdfNativeDoc* doc);
H A DSkPdfGoToActionDictionary_autogen.cpp9 #include "SkPdfNativeDoc.h"
11 SkString SkPdfGoToActionDictionary::S(SkPdfNativeDoc* doc) {
23 bool SkPdfGoToActionDictionary::isDAName(SkPdfNativeDoc* doc) {
29 SkString SkPdfGoToActionDictionary::getDAsName(SkPdfNativeDoc* doc) {
37 bool SkPdfGoToActionDictionary::isDAString(SkPdfNativeDoc* doc) {
43 SkString SkPdfGoToActionDictionary::getDAsString(SkPdfNativeDoc* doc) {
51 bool SkPdfGoToActionDictionary::isDAArray(SkPdfNativeDoc* doc) {
57 SkPdfArray* SkPdfGoToActionDictionary::getDAsArray(SkPdfNativeDoc* doc) {
H A DSkPdfJavascriptDictionary_autogen.cpp9 #include "SkPdfNativeDoc.h"
11 bool SkPdfJavascriptDictionary::isBeforeAString(SkPdfNativeDoc* doc) {
17 SkString SkPdfJavascriptDictionary::getBeforeAsString(SkPdfNativeDoc* doc) {
25 bool SkPdfJavascriptDictionary::isBeforeAStream(SkPdfNativeDoc* doc) {
31 SkPdfStream* SkPdfJavascriptDictionary::getBeforeAsStream(SkPdfNativeDoc* doc) {
43 bool SkPdfJavascriptDictionary::isAfterAString(SkPdfNativeDoc* doc) {
49 SkString SkPdfJavascriptDictionary::getAfterAsString(SkPdfNativeDoc* doc) {
57 bool SkPdfJavascriptDictionary::isAfterAStream(SkPdfNativeDoc* doc) {
63 SkPdfStream* SkPdfJavascriptDictionary::getAfterAsStream(SkPdfNativeDoc* doc) {
75 SkPdfArray* SkPdfJavascriptDictionary::Doc(SkPdfNativeDoc* do
[all...]
H A DSkPdfRemoteGoToActionDictionary_autogen.cpp9 #include "SkPdfNativeDoc.h"
11 SkString SkPdfRemoteGoToActionDictionary::S(SkPdfNativeDoc* doc) {
23 SkPdfFileSpec SkPdfRemoteGoToActionDictionary::F(SkPdfNativeDoc* doc) {
35 bool SkPdfRemoteGoToActionDictionary::isDAName(SkPdfNativeDoc* doc) {
41 SkString SkPdfRemoteGoToActionDictionary::getDAsName(SkPdfNativeDoc* doc) {
49 bool SkPdfRemoteGoToActionDictionary::isDAString(SkPdfNativeDoc* doc) {
55 SkString SkPdfRemoteGoToActionDictionary::getDAsString(SkPdfNativeDoc* doc) {
63 bool SkPdfRemoteGoToActionDictionary::isDAArray(SkPdfNativeDoc* doc) {
69 SkPdfArray* SkPdfRemoteGoToActionDictionary::getDAsArray(SkPdfNativeDoc* doc) {
81 bool SkPdfRemoteGoToActionDictionary::NewWindow(SkPdfNativeDoc* do
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfImageDictionary_autogen.h26 SkString Type(SkPdfNativeDoc* doc);
28 SkString Subtype(SkPdfNativeDoc* doc);
30 int64_t Width(SkPdfNativeDoc* doc);
32 int64_t Height(SkPdfNativeDoc* doc);
35 bool isColorSpaceAName(SkPdfNativeDoc* doc);
36 SkString getColorSpaceAsName(SkPdfNativeDoc* doc);
38 bool isColorSpaceAArray(SkPdfNativeDoc* doc);
39 SkPdfArray* getColorSpaceAsArray(SkPdfNativeDoc* doc);
41 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
43 SkString Intent(SkPdfNativeDoc* do
[all...]
H A DSkPdfType1FormDictionary_autogen.h29 SkString Type(SkPdfNativeDoc* doc);
31 SkString Subtype(SkPdfNativeDoc* doc);
33 int64_t FormType(SkPdfNativeDoc* doc);
35 SkString Name(SkPdfNativeDoc* doc);
37 SkPdfDate LastModified(SkPdfNativeDoc* doc);
39 SkRect BBox(SkPdfNativeDoc* doc);
41 SkMatrix Matrix(SkPdfNativeDoc* doc);
43 SkPdfResourceDictionary* Resources(SkPdfNativeDoc* doc);
45 SkPdfTransparencyGroupDictionary* Group(SkPdfNativeDoc* doc);
47 SkPdfDictionary* Ref(SkPdfNativeDoc* do
[all...]
H A DSkPdfType3FontDictionary_autogen.h29 SkString Type(SkPdfNativeDoc* doc);
31 SkString Subtype(SkPdfNativeDoc* doc);
33 SkString Name(SkPdfNativeDoc* doc);
35 SkRect FontBBox(SkPdfNativeDoc* doc);
37 SkMatrix FontMatrix(SkPdfNativeDoc* doc);
39 SkPdfDictionary* CharProcs(SkPdfNativeDoc* doc);
42 bool isEncodingAName(SkPdfNativeDoc* doc);
43 SkString getEncodingAsName(SkPdfNativeDoc* doc);
45 bool isEncodingAEncodingdictionary(SkPdfNativeDoc* doc);
46 SkPdfEncodingDictionary* getEncodingAsEncodingdictionary(SkPdfNativeDoc* do
[all...]
H A DSkPdfType1FontDictionary_autogen.h26 SkString Type(SkPdfNativeDoc* doc);
28 SkString Subtype(SkPdfNativeDoc* doc);
30 SkString Name(SkPdfNativeDoc* doc);
32 SkString BaseFont(SkPdfNativeDoc* doc);
34 int64_t FirstChar(SkPdfNativeDoc* doc);
36 int64_t LastChar(SkPdfNativeDoc* doc);
38 SkPdfArray* Widths(SkPdfNativeDoc* doc);
40 SkPdfFontDescriptorDictionary* FontDescriptor(SkPdfNativeDoc* doc);
43 bool isEncodingAName(SkPdfNativeDoc* doc);
44 SkString getEncodingAsName(SkPdfNativeDoc* do
[all...]
H A DSkPdfSoftMaskImageDictionary_autogen.h23 SkPdfArray* Matte(SkPdfNativeDoc* doc);
25 SkString Subtype(SkPdfNativeDoc* doc);
27 SkString ColorSpace(SkPdfNativeDoc* doc);
H A DSkPdfType0FontDictionary_autogen.h35 SkString Type(SkPdfNativeDoc* doc);
37 SkString Subtype(SkPdfNativeDoc* doc);
39 SkString BaseFont(SkPdfNativeDoc* doc);
42 bool isEncodingAName(SkPdfNativeDoc* doc);
43 SkString getEncodingAsName(SkPdfNativeDoc* doc);
45 bool isEncodingAStream(SkPdfNativeDoc* doc);
46 SkPdfStream* getEncodingAsStream(SkPdfNativeDoc* doc);
48 SkPdfArray* DescendantFonts(SkPdfNativeDoc* doc);
50 SkPdfStream* ToUnicode(SkPdfNativeDoc* doc);
H A DSkPdfType2ShadingDictionary_autogen.h38 SkPdfArray* Coords(SkPdfNativeDoc* doc);
40 SkPdfArray* Domain(SkPdfNativeDoc* doc);
42 SkPdfFunction Function(SkPdfNativeDoc* doc);
44 SkPdfArray* Extend(SkPdfNativeDoc* doc);
H A DSkPdfType3ShadingDictionary_autogen.h38 SkPdfArray* Coords(SkPdfNativeDoc* doc);
40 SkPdfArray* Domain(SkPdfNativeDoc* doc);
42 SkPdfFunction Function(SkPdfNativeDoc* doc);
44 SkPdfArray* Extend(SkPdfNativeDoc* doc);
H A DSkPdfGoToActionDictionary_autogen.cpp9 #include "SkPdfNativeDoc.h"
11 SkString SkPdfGoToActionDictionary::S(SkPdfNativeDoc* doc) {
23 bool SkPdfGoToActionDictionary::isDAName(SkPdfNativeDoc* doc) {
29 SkString SkPdfGoToActionDictionary::getDAsName(SkPdfNativeDoc* doc) {
37 bool SkPdfGoToActionDictionary::isDAString(SkPdfNativeDoc* doc) {
43 SkString SkPdfGoToActionDictionary::getDAsString(SkPdfNativeDoc* doc) {
51 bool SkPdfGoToActionDictionary::isDAArray(SkPdfNativeDoc* doc) {
57 SkPdfArray* SkPdfGoToActionDictionary::getDAsArray(SkPdfNativeDoc* doc) {
H A DSkPdfJavascriptDictionary_autogen.cpp9 #include "SkPdfNativeDoc.h"
11 bool SkPdfJavascriptDictionary::isBeforeAString(SkPdfNativeDoc* doc) {
17 SkString SkPdfJavascriptDictionary::getBeforeAsString(SkPdfNativeDoc* doc) {
25 bool SkPdfJavascriptDictionary::isBeforeAStream(SkPdfNativeDoc* doc) {
31 SkPdfStream* SkPdfJavascriptDictionary::getBeforeAsStream(SkPdfNativeDoc* doc) {
43 bool SkPdfJavascriptDictionary::isAfterAString(SkPdfNativeDoc* doc) {
49 SkString SkPdfJavascriptDictionary::getAfterAsString(SkPdfNativeDoc* doc) {
57 bool SkPdfJavascriptDictionary::isAfterAStream(SkPdfNativeDoc* doc) {
63 SkPdfStream* SkPdfJavascriptDictionary::getAfterAsStream(SkPdfNativeDoc* doc) {
75 SkPdfArray* SkPdfJavascriptDictionary::Doc(SkPdfNativeDoc* do
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/inc/
H A DSkPdfContext.h18 class SkPdfNativeDoc;
31 SkPdfNativeDoc* fPdfDoc;
35 explicit SkPdfContext(SkPdfNativeDoc* doc);
H A DSkPdfRenderer.h16 class SkPdfNativeDoc;
58 // Takes ownership of SkPdfNativeDoc.
59 SkPdfRenderer(SkPdfNativeDoc*);
60 SkPdfNativeDoc* fPdfDoc;
/external/skia/experimental/PdfViewer/inc/
H A DSkPdfContext.h18 class SkPdfNativeDoc;
31 SkPdfNativeDoc* fPdfDoc;
35 explicit SkPdfContext(SkPdfNativeDoc* doc);
H A DSkPdfRenderer.h16 class SkPdfNativeDoc;
58 // Takes ownership of SkPdfNativeDoc.
59 SkPdfRenderer(SkPdfNativeDoc*);
60 SkPdfNativeDoc* fPdfDoc;

Completed in 5929 milliseconds

1234567891011>>