Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_edit.h741 FPDFText_SetFillColor(FPDF_PAGEOBJECT text_object,
/external/pdfium/fpdfsdk/
Dfpdfview_c_api_test.c175 CHK(FPDFText_SetFillColor); in CheckPDFiumCApi()
Dfpdfedit_embeddertest.cpp626 EXPECT_TRUE(FPDFText_SetFillColor(text1, 100, 100, 100, 255)); in TEST_F()
636 EXPECT_TRUE(FPDFText_SetFillColor(text2, 0, 0, 255, 150)); in TEST_F()
Dfpdfedittext.cpp463 FPDFText_SetFillColor(FPDF_PAGEOBJECT text_object, in FPDFText_SetFillColor() function
Dfpdfannot_embeddertest.cpp781 EXPECT_TRUE(FPDFText_SetFillColor(text_object, 0, 0, 255, 150)); in TEST_F()