Searched refs:ExtGState (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType2PatternDictionary_autogen.cpp79 SkPdfDictionary* SkPdfType2PatternDictionary::ExtGState(SkPdfNativeDoc* doc) { function in class:SkPdfType2PatternDictionary
80 SkPdfNativeObject* ret = get("ExtGState", "");
88 return get("ExtGState", "") != NULL;
H A DSkPdfResourceDictionary_autogen.cpp11 SkPdfDictionary* SkPdfResourceDictionary::ExtGState(SkPdfNativeDoc* doc) { function in class:SkPdfResourceDictionary
12 SkPdfNativeObject* ret = get("ExtGState", "");
20 return get("ExtGState", "") != NULL;
H A DSkPdfResourceDictionary_autogen.h521 SkPdfDictionary* ExtGState(SkPdfNativeDoc* doc);
H A DSkPdfType2PatternDictionary_autogen.h534 SkPdfDictionary* ExtGState(SkPdfNativeDoc* doc);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType2PatternDictionary_autogen.cpp79 SkPdfDictionary* SkPdfType2PatternDictionary::ExtGState(SkPdfNativeDoc* doc) { function in class:SkPdfType2PatternDictionary
80 SkPdfNativeObject* ret = get("ExtGState", "");
88 return get("ExtGState", "") != NULL;
H A DSkPdfResourceDictionary_autogen.cpp11 SkPdfDictionary* SkPdfResourceDictionary::ExtGState(SkPdfNativeDoc* doc) { function in class:SkPdfResourceDictionary
12 SkPdfNativeObject* ret = get("ExtGState", "");
20 return get("ExtGState", "") != NULL;
H A DSkPdfResourceDictionary_autogen.h521 SkPdfDictionary* ExtGState(SkPdfNativeDoc* doc);
H A DSkPdfType2PatternDictionary_autogen.h534 SkPdfDictionary* ExtGState(SkPdfNativeDoc* doc);
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp1745 printf("ExtGState is NULL!\n");
2242 = pdfContext->fGraphicsState.fResources->ExtGState(pdfContext->fPdfDoc);
2270 //the name of a graphics state parameter dictionary in the ExtGState subdictionary of the current
2278 = pdfContext->fGraphicsState.fResources->ExtGState(pdfContext->fPdfDoc);
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp1745 printf("ExtGState is NULL!\n");
2242 = pdfContext->fGraphicsState.fResources->ExtGState(pdfContext->fPdfDoc);
2270 //the name of a graphics state parameter dictionary in the ExtGState subdictionary of the current
2278 = pdfContext->fGraphicsState.fResources->ExtGState(pdfContext->fPdfDoc);

Completed in 2742 milliseconds