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

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp627 while(FPDFTEXT_CHAR_PIECE == charinfo1.m_Flag && charinfo1.m_Index == charinfo.m_Index) {
640 while(FPDFTEXT_CHAR_PIECE == charinfo3.m_Flag && charinfo3.m_Index == charinfo2.m_Index) {
676 while(charinfo.m_Index == -1) {
683 startindex = charinfo.m_Index;
686 while (charinfo.m_Index == -1) {
905 if (charinfo.m_Index == -1 || charinfo.m_Flag == FPDFTEXT_CHAR_GENERATED) {
1139 Info.m_Index = m_TextBuf.GetLength();
1164 Info.m_Index
[all...]
H A Dtext_int.h39 int m_Index; member in struct:_PAGECHAR_INFO
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp189 int m_Index; member in struct:_AltFontName
295 name = g_Base14FontNames[found->m_Index];
296 return found->m_Index;

Completed in 1199 milliseconds