OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trailerpos
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/pdf/
SkPDFFont.cpp
91
const char*
trailerPos
= strstr(dataPos, "cleartomark");
92
if (!
trailerPos
)
95
for (
trailerPos
--;
trailerPos
> dataPos && zeroCount < 512;
trailerPos
--) {
96
if (*
trailerPos
== '\n' || *
trailerPos
== '\r' || *
trailerPos
== ' ') {
98
} else if (*
trailerPos
== '0') {
107
*hexDataLen =
trailerPos
- src - *headerLen
[
all
...]
Completed in 695 milliseconds