Home
last modified time | relevance | path

Searched defs:clip_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_transformpage.cpp314 FPDF_EXPORT int FPDF_CALLCONV FPDFClipPath_CountPaths(FPDF_CLIPPATH clip_path) { in FPDFClipPath_CountPaths()
323 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index) { in FPDFClipPath_CountPathSegments()
337 FPDFClipPath_GetPathSegment(FPDF_CLIPPATH clip_path, in FPDFClipPath_GetPathSegment()
H A Dfpdf_edit_embeddertest.cpp606 FPDF_CLIPPATH clip_path = FPDFPageObj_GetClipPath(triangle); in TEST_F() local
687 FPDF_CLIPPATH clip_path = FPDFPageObj_GetClipPath(obj); in TEST_F() local
/aosp_15_r20/external/webrtc/api/test/
H A Dvideo_quality_test_fixture.h61 std::string clip_path; // "Generator" to generate frames instead. member
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator.cpp562 const CPDF_ClipPath& clip_path = pPageObj->m_ClipPath; in ProcessGraphics() local
/aosp_15_r20/external/skia/src/svg/
H A DSkSVGDevice.cpp792 AutoElement clip_path("clipPath", fWriter); in syncClipStack() local