Home
last modified time | relevance | path

Searched refs:FPDFPath_SetFillColor (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp238 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 …]
Dfpdfeditpath_embeddertest.cpp19 EXPECT_TRUE(FPDFPath_SetFillColor(path, i, i, i, i)); in TEST_F()
Dfpdfeditpath.cpp104 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetFillColor(FPDF_PAGEOBJECT path, in FPDFPath_SetFillColor() function
Dfpdfview_c_api_test.c159 CHK(FPDFPath_SetFillColor); in CheckPDFiumCApi()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler_embeddertest.cpp58 EXPECT_TRUE(FPDFPath_SetFillColor(red_rect, 255, 0, 0, 255)); in TEST_F()
/external/pdfium/public/
Dfpdf_edit.h552 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetFillColor(FPDF_PAGEOBJECT path,