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 37 if (pInfo->m_CharCode == CPDF_Font::kInvalidCharCode)
61 if (charcode != CPDF_Font::kInvalidCharCode)
72 if (m_CharCodes[i] == CPDF_Font::kInvalidCharCode)
78 m_CharCodes[i + 1] != CPDF_Font::kInvalidCharCode) {
92 if (charcode == CPDF_Font::kInvalidCharCode)
167 m_CharCodes[index++] = CPDF_Font::kInvalidCharCode;
216 if (charcode == CPDF_Font::kInvalidCharCode) {
  /external/pdfium/core/fxge/
cfx_unicodeencodingex.cpp 84 return CPDF_Font::kInvalidCharCode;
  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 37 static const uint32_t kInvalidCharCode = static_cast<uint32_t>(-1);
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 599 if (charCode == CPDF_Font::kInvalidCharCode)
823 if (pFont->CharCodeFromUnicode(actText[i]) != CPDF_Font::kInvalidCharCode) {
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 45 if (charcode != CPDF_Font::kInvalidCharCode)
67 if (pDefFont->CharCodeFromUnicode(word) != CPDF_Font::kInvalidCharCode)
71 if (pSysFont->CharCodeFromUnicode(word) != CPDF_Font::kInvalidCharCode)
cpvt_generateap.cpp 64 if (dwCharCode != CPDF_Font::kInvalidCharCode)
    [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 392 if (charcode != CPDF_Font::kInvalidCharCode)
  /external/pdfium/fxjs/
cjs_document.cpp     [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 138 if (charcode != CPDF_Font::kInvalidCharCode)
    [all...]

Completed in 1596 milliseconds