Searched refs:FPDFClipPath_GetPathSegment (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pdfium/public/ |
H A D | fpdf_transformpage.h | 264 FPDFClipPath_GetPathSegment(FPDF_CLIPPATH clip_path,
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_edit_embeddertest.cpp | 620 ASSERT_EQ(nullptr, FPDFClipPath_GetPathSegment(nullptr, 0, 0)); in TEST_F() 621 ASSERT_EQ(nullptr, FPDFClipPath_GetPathSegment(clip_path, -1, 0)); in TEST_F() 622 ASSERT_EQ(nullptr, FPDFClipPath_GetPathSegment(clip_path, 1, 0)); in TEST_F() 623 ASSERT_EQ(nullptr, FPDFClipPath_GetPathSegment(clip_path, 0, -1)); in TEST_F() 624 ASSERT_EQ(nullptr, FPDFClipPath_GetPathSegment(clip_path, 0, 4)); in TEST_F() 627 segment = FPDFClipPath_GetPathSegment(clip_path, 0, 0); in TEST_F() 634 segment = FPDFClipPath_GetPathSegment(clip_path, 0, 1); in TEST_F() 641 segment = FPDFClipPath_GetPathSegment(clip_path, 0, 2); in TEST_F() 648 segment = FPDFClipPath_GetPathSegment(clip_path, 0, 3); in TEST_F() 692 EXPECT_FALSE(FPDFClipPath_GetPathSegment(clip_path, 0, 0)); in TEST_F()
|
H A D | fpdf_transformpage.cpp | 337 FPDFClipPath_GetPathSegment(FPDF_CLIPPATH clip_path, in FPDFClipPath_GetPathSegment() function
|
H A D | fpdf_view_c_api_test.c | 444 CHK(FPDFClipPath_GetPathSegment); in CheckPDFiumCApi()
|
/aosp_15_r20/out/soong/.intermediates/external/pdfium/libpdfium/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libpdfium.so.toc | 677 672: FUNC GLOBAL DEFAULT 16 FPDFClipPath_GetPathSegment
|