Searched defs:hasOut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp128 bool hasOut = (out != NULL); local
143 if (hasOut) { *out = kLF_PdfWhiteSpace; }
149 if (hasOut) { *out = kCR_PdfWhiteSpace; }
155 if (hasOut) { *out = kHT_PdfWhiteSpace; }
162 if (hasOut) { *out = kBackspace_PdfSpecial; }
168 if (hasOut) { *out = kFF_PdfWhiteSpace; }
174 if (hasOut) { *out = kOpenedRoundBracket_PdfDelimiter; }
180 if (hasOut) { *out = kClosedRoundBracket_PdfDelimiter; }
186 if (hasOut) { *out = kEscape_PdfSpecial; }
209 if (hasOut) { *ou
266 bool hasOut = (out != NULL); local
415 bool hasOut = (out != NULL); local
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp128 bool hasOut = (out != NULL); local
143 if (hasOut) { *out = kLF_PdfWhiteSpace; }
149 if (hasOut) { *out = kCR_PdfWhiteSpace; }
155 if (hasOut) { *out = kHT_PdfWhiteSpace; }
162 if (hasOut) { *out = kBackspace_PdfSpecial; }
168 if (hasOut) { *out = kFF_PdfWhiteSpace; }
174 if (hasOut) { *out = kOpenedRoundBracket_PdfDelimiter; }
180 if (hasOut) { *out = kClosedRoundBracket_PdfDelimiter; }
186 if (hasOut) { *out = kEscape_PdfSpecial; }
209 if (hasOut) { *ou
266 bool hasOut = (out != NULL); local
415 bool hasOut = (out != NULL); local
[all...]

Completed in 2355 milliseconds