Searched refs:FPDFAnnot_GetColor (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/public/ |
D | fpdf_annot.h | 269 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot,
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 315 if (FPDFAnnot_GetColor(annot.get(), FPDFANNOT_COLORTYPE_Color, &R, &G, &B, in WriteAnnot() 321 if (FPDFAnnot_GetColor(annot.get(), FPDFANNOT_COLORTYPE_InteriorColor, &R, in WriteAnnot()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_view_c_api_test.c | 47 CHK(FPDFAnnot_GetColor); in CheckPDFiumCApi()
|
D | fpdf_annot_embeddertest.cpp | 131 ASSERT_TRUE(FPDFAnnot_GetColor(annot.get(), FPDFANNOT_COLORTYPE_Color, &R, in TEST_F() 221 ASSERT_TRUE(FPDFAnnot_GetColor(annot.get(), FPDFANNOT_COLORTYPE_Color, &R, in TEST_F() 292 ASSERT_TRUE(FPDFAnnot_GetColor(annot.get(), FPDFANNOT_COLORTYPE_Color, &R, in TEST_F() 303 ASSERT_TRUE(FPDFAnnot_GetColor(annot.get(), FPDFANNOT_COLORTYPE_Color, &R, in TEST_F()
|
D | fpdf_annot.cpp | 571 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot, in FPDFAnnot_GetColor() function
|