Home
last modified time | relevance | path

Searched refs:m_Index (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp121 : m_Index(0), m_CharCode(0), m_Unicode(0), m_Flag(0), m_pTextObj(nullptr) {} in PAGECHAR_INFO()
413 charinfo1.m_Index == charinfo.m_Index) { in CheckMarkedContentObject()
426 charinfo3.m_Index == charinfo2.m_Index) { in CheckMarkedContentObject()
459 while (charinfo.m_Index == -1) { in GetPageText()
467 startindex = charinfo.m_Index; in GetPageText()
470 while (charinfo.m_Index == -1) { in GetPageText()
645 info.m_Index = -1; in AddCharInfoByLRDirection()
650 info.m_Index = m_TextBuf.GetLength(); in AddCharInfoByLRDirection()
675 info.m_Index = -1; in AddCharInfoByRLDirection()
680 info.m_Index = m_TextBuf.GetLength(); in AddCharInfoByRLDirection()
[all …]
Dcpdf_textpage.h73 int m_Index; variable
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp47 int m_Index; member
818 *name = g_Base14FontNames[found->m_Index]; in PDF_GetStandardFontName()
819 return found->m_Index; in PDF_GetStandardFontName()