Searched refs:FPDFPath_SetFillColor (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfedit_embeddertest.cpp | 238 EXPECT_FALSE(FPDFPath_SetFillColor(red_rect, 200, 256, 200, 0)); in TEST_F() 241 EXPECT_TRUE(FPDFPath_SetFillColor(red_rect, 255, 0, 0, 255)); in TEST_F() 250 EXPECT_TRUE(FPDFPath_SetFillColor(green_rect, 0, 255, 0, 128)); in TEST_F() 311 EXPECT_TRUE(FPDFPath_SetFillColor(black_path, 0, 0, 0, 200)); in TEST_F() 349 EXPECT_TRUE(FPDFPath_SetFillColor(blue_path, 0, 0, 255, 255)); in TEST_F() 407 EXPECT_TRUE(FPDFPath_SetFillColor(red_rect, 255, 0, 0, 255)); in TEST_F() 413 EXPECT_TRUE(FPDFPath_SetFillColor(black_path, 0, 0, 0, 100)); in TEST_F() 440 EXPECT_TRUE(FPDFPath_SetFillColor(red_rect2, 255, 0, 0, 100)); in TEST_F() 446 EXPECT_TRUE(FPDFPath_SetFillColor(red_rect, 255, 0, 0, 255)); in TEST_F() 466 EXPECT_TRUE(FPDFPath_SetFillColor(green_rect, 0, 255, 0, 255)); in TEST_F() [all …]
|
D | fpdfeditpath_embeddertest.cpp | 19 EXPECT_TRUE(FPDFPath_SetFillColor(path, i, i, i, i)); in TEST_F()
|
D | fpdfeditpath.cpp | 104 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetFillColor(FPDF_PAGEOBJECT path, in FPDFPath_SetFillColor() function
|
D | fpdfview_c_api_test.c | 159 CHK(FPDFPath_SetFillColor); in CheckPDFiumCApi()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler_embeddertest.cpp | 58 EXPECT_TRUE(FPDFPath_SetFillColor(red_rect, 255, 0, 0, 255)); in TEST_F()
|
/external/pdfium/public/ |
D | fpdf_edit.h | 552 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetFillColor(FPDF_PAGEOBJECT path,
|