Searched refs:FPDFAnnot_GetColor (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/public/ |
D | fpdf_annot.h | 277 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot,
|
/external/pdfium/fpdfsdk/ |
D | fpdfannot_embeddertest.cpp | 67 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()
|
D | fpdfview_c_api_test.c | 55 CHK(FPDFAnnot_GetColor); in CheckPDFiumCApi()
|
D | fpdfannot.cpp | 505 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot, in FPDFAnnot_GetColor() function
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 385 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()
|