HomeSort by relevance Sort by last modified time
    Searched refs:SkPdfFontDictionary (Results 301 - 324 of 324) sorted by null

<<111213

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfViewerPreferencesDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfWebCaptureCommandDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfWebCaptureCommandSettingsDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfWebCaptureDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfWebCaptureImageSetDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfWebCaptureInformationDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfWebCapturePageSetDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfWidgetAnnotationDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfWindowsLaunchActionDictionary_autogen.h 168 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
169 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfXObjectDictionary_autogen.h 167 SkPdfFontDictionary* asFontDictionary() {return (SkPdfFontDictionary*)this;}
168 const SkPdfFontDictionary* asFontDictionary() const {return (const SkPdfFontDictionary*)this;}
    [all...]
SkPdfFontDictionary_autogen.h 13 class SkPdfFontDictionary : public SkPdfDictionary {
16 SkPdfFontDictionary* asFontDictionary() {return this;}
17 const SkPdfFontDictionary* asFontDictionary() const {return this;}
    [all...]
SkPdfEnums_autogen.h 191 class SkPdfFontDictionary;
SkPdfMapper_autogen.h 193 bool SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfFontDictionary** data) const ;
194 bool SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfFontDictionary** data) const ;
    [all...]
SkPdfMapper_autogen.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDictionary_autogen.h 13 class SkPdfFontDictionary : public SkPdfDictionary {
16 SkPdfFontDictionary* asFontDictionary() {return this;}
17 const SkPdfFontDictionary* asFontDictionary() const {return this;}
    [all...]
SkPdfEnums_autogen.h 191 class SkPdfFontDictionary;
SkPdfMapper_autogen.h 193 bool SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfFontDictionary** data) const ;
194 bool SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfFontDictionary** data) const ;
    [all...]
SkPdfMapper_autogen.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfFont.cpp 230 SkPdfFont* SkPdfFont::fontFromPdfDictionaryOnce(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict) {
258 SkPdfFont* SkPdfFont::fontFromPdfDictionary(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict) {
SkPdfFont.h 233 static SkPdfFont* fontFromPdfDictionary(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict);
257 static SkPdfFont* fontFromPdfDictionaryOnce(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict);
  /external/skia/experimental/PdfViewer/
SkPdfFont.cpp 230 SkPdfFont* SkPdfFont::fontFromPdfDictionaryOnce(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict) {
258 SkPdfFont* SkPdfFont::fontFromPdfDictionary(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict) {
SkPdfFont.h 233 static SkPdfFont* fontFromPdfDictionary(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict);
257 static SkPdfFont* fontFromPdfDictionaryOnce(SkPdfNativeDoc* doc, SkPdfFontDictionary* dict);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp     [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp     [all...]

Completed in 326 milliseconds

<<111213