OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_DirectCharcodeToCIDTable
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfapi/font/
cpdf_cmap.h
80
m_DirectCharcodeToCIDTable
[idx] = val;
83
return
m_DirectCharcodeToCIDTable
.empty();
98
std::vector<uint16_t>
m_DirectCharcodeToCIDTable
;
cpdf_cmap.cpp
294
m_DirectCharcodeToCIDTable
= std::vector<uint16_t>(65536);
322
if (
m_DirectCharcodeToCIDTable
.empty())
326
return
m_DirectCharcodeToCIDTable
[charcode];
Completed in 2862 milliseconds