OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bfcharEntries
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.cpp
163
std::vector<BFChar>
bfcharEntries
;
187
bfcharEntries
.push_back({currentRangeEntry.fStart, currentRangeEntry.fUnicode});
204
append_bfchar_section(
bfcharEntries
, multiByteGlyphs, cmap);
/external/skqp/src/pdf/
SkPDFMakeToUnicodeCmap.cpp
163
std::vector<BFChar>
bfcharEntries
;
187
bfcharEntries
.push_back({currentRangeEntry.fStart, currentRangeEntry.fUnicode});
204
append_bfchar_section(
bfcharEntries
, multiByteGlyphs, cmap);
Completed in 99 milliseconds