Searched refs:FPDFPath_SetFillColor (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfedit_embeddertest.cpp | 168 EXPECT_FALSE(FPDFPath_SetFillColor(red_rect, 200, 256, 200, 0)); in TEST_F() 171 EXPECT_TRUE(FPDFPath_SetFillColor(red_rect, 255, 0, 0, 255)); in TEST_F() 181 EXPECT_TRUE(FPDFPath_SetFillColor(green_rect, 0, 255, 0, 128)); in TEST_F() 191 EXPECT_TRUE(FPDFPath_SetFillColor(black_path, 0, 0, 0, 200)); in TEST_F() 204 EXPECT_TRUE(FPDFPath_SetFillColor(blue_path, 0, 0, 255, 255)); in TEST_F() 250 EXPECT_TRUE(FPDFPath_SetFillColor(red_rect, 255, 0, 0, 255)); in TEST_F() 257 EXPECT_TRUE(FPDFPath_SetFillColor(black_path, 0, 0, 0, 100)); in TEST_F() 284 EXPECT_TRUE(FPDFPath_SetFillColor(rect, 255, 0, 0, 255)); in TEST_F() 315 EXPECT_TRUE(FPDFPath_SetFillColor(path, 200, 128, 128, 100)); in TEST_F() 395 EXPECT_TRUE(FPDFPath_SetFillColor(rect, 255, 0, 0, 128)); in TEST_F() [all …]
|
D | fpdfeditpath.cpp | 53 DLLEXPORT FPDF_BOOL FPDFPath_SetFillColor(FPDF_PAGEOBJECT path, in FPDFPath_SetFillColor() function
|
D | fpdfview_c_api_test.c | 93 CHK(FPDFPath_SetFillColor); in CheckPDFiumCApi()
|
/external/pdfium/public/ |
D | fpdf_edit.h | 319 DLLEXPORT FPDF_BOOL FPDFPath_SetFillColor(FPDF_PAGEOBJECT path,
|