Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp501 charinfo1.m_Index == charinfo.m_Index) { in CheckMarkedContentObject()
515 charinfo3.m_Index == charinfo2.m_Index) { in CheckMarkedContentObject()
551 while (charinfo.m_Index == -1) { in GetPageText()
558 startindex = charinfo.m_Index; in GetPageText()
561 while (charinfo.m_Index == -1) { in GetPageText()
775 if (charinfo.m_Index == -1 || charinfo.m_Flag == FPDFTEXT_CHAR_GENERATED) { in GetWordBreak()
998 Info.m_Index = m_TextBuf.GetLength(); in AddCharInfoByLRDirection()
1020 Info.m_Index = -1; in AddCharInfoByLRDirection()
1029 Info.m_Index = m_TextBuf.GetLength(); in AddCharInfoByRLDirection()
1051 Info.m_Index = -1; in AddCharInfoByRLDirection()
[all …]
Dtext_int.h38 int m_Index; member
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp73 int m_Index; member
1601 *name = g_Base14FontNames[found->m_Index]; in PDF_GetStandardFontName()
1602 return found->m_Index; in PDF_GetStandardFontName()