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

  /external/pdfium/public/
fpdf_annot.h 119 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV
138 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page,
150 FPDF_ANNOTATION annot);
158 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot);
177 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot);
202 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj);
216 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj);
225 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot);
235 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index);
245 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index)
    [all...]
fpdfview.h 37 typedef void* FPDF_ANNOTATION;
    [all...]
  /external/pdfium/fpdfsdk/
fpdfannot.cpp 179 CPDF_AnnotContext* CPDFAnnotContextFromFPDFAnnotation(FPDF_ANNOTATION annot) {
209 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV
241 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page,
257 FPDF_ANNOTATION annot) {
280 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) {
299 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot) {
319 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) {
353 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) {
407 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot) {
424 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index)
    [all...]
fpdfannot_embeddertest.cpp 57 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0);
133 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 2);
185 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT);
267 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0);
301 FPDF_ANNOTATION new_annot = FPDFPage_GetAnnot(page, 1);
344 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0);
430 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0);
517 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0);
631 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0);
692 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)
    [all...]
fpdfedit_embeddertest.cpp     [all...]
  /external/pdfium/samples/
pdfium_test.cc 355 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, i);
    [all...]

Completed in 60 milliseconds