Home
last modified time | relevance | path

Searched refs:FPDFAnnot_GetColor (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfannot_embeddertest.cpp67 FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_Color, &R, &G, &B, &A)); in TEST_F()
143 FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_Color, &R, &G, &B, &A)); in TEST_F()
208 FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_Color, &R, &G, &B, &A)); in TEST_F()
219 FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_Color, &R, &G, &B, &A)); in TEST_F()
Dfpdfview_c_api_test.c55 CHK(FPDFAnnot_GetColor); in CheckPDFiumCApi()
Dfpdfannot.cpp505 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot, in FPDFAnnot_GetColor() function
/external/pdfium/public/
Dfpdf_annot.h277 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot,
/external/pdfium/samples/
Dpdfium_test.cc385 if (!FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_Color, &R, &G, &B, &A)) { in WriteAnnot()
390 if (!FPDFAnnot_GetColor(annot, FPDFANNOT_COLORTYPE_InteriorColor, &R, &G, in WriteAnnot()