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

  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 37 #define PDFOBJ_STRING 3
93 bool IsString() const { return m_Type == PDFOBJ_STRING; }
212 CPDF_String() : CPDF_Object(PDFOBJ_STRING), m_bHex(FALSE) {}
215 : CPDF_Object(PDFOBJ_STRING), m_String(str), m_bHex(bHex) {}
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 32 case PDFOBJ_STRING:
57 case PDFOBJ_STRING:
75 case PDFOBJ_STRING: {
180 case PDFOBJ_STRING:
212 case PDFOBJ_STRING:
253 case PDFOBJ_STRING: {
426 : CPDF_Object(PDFOBJ_STRING), m_bHex(FALSE) {
    [all...]
fpdf_parser_utility.cpp 357 case PDFOBJ_STRING:
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fpdfsave.cpp 108 if (pPDFObj->GetType() != PDFOBJ_STRING)
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 648 if (pPrePDFObj->GetType() != PDFOBJ_STRING)
969 if (pPrePDFObj->GetType() != PDFOBJ_STRING)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 51 case PDFOBJ_STRING: {
1128 case PDFOBJ_STRING: {
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 303 case PDFOBJ_STRING:

Completed in 169 milliseconds