Searched refs:hasStream (Results 51 - 72 of 72) sorted by relevance

123

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSoundActionDictionary_autogen.cpp26 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfCIDFontDictionary_autogen.cpp122 return ret != NULL && ret->hasStream();
128 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfFDFDictionary_autogen.cpp98 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfType1FontDictionary_autogen.cpp142 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfType1FormDictionary_autogen.cpp134 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfType3FontDictionary_autogen.cpp166 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfCatalogDictionary_autogen.cpp234 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfGraphicsStateDictionary_autogen.cpp340 return ret != NULL && ret->hasStream();
346 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfIccProfileStreamDictionary_autogen.cpp70 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfPDF_XOutputIntentDictionary_autogen.cpp86 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfPageObjectDictionary_autogen.cpp134 return ret != NULL && ret->hasStream();
140 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
190 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
262 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfSoftMaskDictionary_autogen.cpp38 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfSoundActionDictionary_autogen.cpp26 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfCIDFontDictionary_autogen.cpp122 return ret != NULL && ret->hasStream();
128 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfFDFDictionary_autogen.cpp98 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfType1FontDictionary_autogen.cpp142 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfType1FormDictionary_autogen.cpp134 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfType3FontDictionary_autogen.cpp166 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfCatalogDictionary_autogen.cpp234 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
H A DSkPdfGraphicsStateDictionary_autogen.cpp340 return ret != NULL && ret->hasStream();
346 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp431 if (image == NULL || !image->hasStream()) {
674 if (!skobj || !skobj->hasStream()) {
733 if (!skobj || !skobj->hasStream()) {
784 if (!skobj || !skobj->hasStream()) {
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp431 if (image == NULL || !image->hasStream()) {
674 if (!skobj || !skobj->hasStream()) {
733 if (!skobj || !skobj->hasStream()) {
784 if (!skobj || !skobj->hasStream()) {

Completed in 875 milliseconds

123