OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPdfEOL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp
36
while (current > start && !
isPdfEOL
(*(current - 1))) {
44
if (current > start &&
isPdfEOL
(*(current - 1))) {
49
if (current > start &&
isPdfEOL
(*(current - 1)) && *current != *(current - 1)) {
53
while (current > start && !
isPdfEOL
(*(current - 1))) {
61
while (current < end && !
isPdfEOL
(*current)) {
65
if (current < end &&
isPdfEOL
(*current) && *current != *(current - 1)) {
SkPdfNativeTokenizer.h
64
#define
isPdfEOL
(ch) (((ch)==kLF_PdfWhiteSpace)||((ch)==kCR_PdfWhiteSpace))
SkPdfNativeTokenizer.cpp
49
while (start < end && !
isPdfEOL
(*start)) {
[
all
...]
Completed in 72 milliseconds