HomeSort by relevance Sort by last modified time
    Searched refs:kInvalidCharCode (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 31 if (pInfo->m_CharCode == CPDF_Font::kInvalidCharCode)
55 if (charcode != CPDF_Font::kInvalidCharCode)
66 if (m_CharCodes[i] == CPDF_Font::kInvalidCharCode)
72 m_CharCodes[i + 1] != CPDF_Font::kInvalidCharCode) {
85 if (charcode == CPDF_Font::kInvalidCharCode)
159 m_CharCodes[index++] = CPDF_Font::kInvalidCharCode;
207 if (charcode == CPDF_Font::kInvalidCharCode) {
  /external/pdfium/core/fxge/ge/
cfx_unicodeencodingex.cpp 80 return CPDF_Font::kInvalidCharCode;
  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 34 static const uint32_t kInvalidCharCode = static_cast<uint32_t>(-1);
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 628 if (charCode == CPDF_Font::kInvalidCharCode)
851 CPDF_Font::kInvalidCharCode) {
    [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 271 if (charcode == CPDF_Font::kInvalidCharCode)
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 43 if (charcode != CPDF_Font::kInvalidCharCode)
65 if (pDefFont->CharCodeFromUnicode(word) != CPDF_Font::kInvalidCharCode)
69 if (pSysFont->CharCodeFromUnicode(word) != CPDF_Font::kInvalidCharCode)
    [all...]
cpvt_generateap.cpp     [all...]
  /external/pdfium/fpdfsdk/javascript/
Document.cpp     [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 170 if (charcode != CPDF_Font::kInvalidCharCode)
    [all...]

Completed in 932 milliseconds