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

  /external/pdfium/public/
fpdf_annot.h 297 FPDFAnnot_HasAttachmentPoints(FPDF_ANNOTATION annot);
  /external/pdfium/fpdfsdk/
fpdfannot.cpp 572 FPDFAnnot_HasAttachmentPoints(FPDF_ANNOTATION annot) {
585 if (!annot || !quadPoints || !FPDFAnnot_HasAttachmentPoints(annot))
626 if (!annot || !FPDFAnnot_HasAttachmentPoints(annot) || !quadPoints)
669 if (FPDFAnnot_HasAttachmentPoints(annot))
    [all...]
fpdfview_c_api_test.c 56 CHK(FPDFAnnot_HasAttachmentPoints);
  /external/pdfium/samples/
pdfium_test.cc 416 if (FPDFAnnot_HasAttachmentPoints(annot)) {
    [all...]

Completed in 917 milliseconds