Home
last modified time | relevance | path

Searched refs:FPDF_CLIPPATH (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/public/
Dfpdf_transformpage.h232 FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV
241 FPDF_EXPORT int FPDF_CALLCONV FPDFClipPath_CountPaths(FPDF_CLIPPATH clip_path);
251 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index);
264 FPDFClipPath_GetPathSegment(FPDF_CLIPPATH clip_path,
279 FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV FPDF_CreateClipPath(float left,
289 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath);
302 FPDF_CLIPPATH clipPath);
Dfpdfview.h59 typedef struct fpdf_clippath_t__* FPDF_CLIPPATH; typedef
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp310 FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV
319 FPDF_EXPORT int FPDF_CALLCONV FPDFClipPath_CountPaths(FPDF_CLIPPATH clip_path) { in FPDFClipPath_CountPaths()
328 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index) { in FPDFClipPath_CountPathSegments()
343 FPDFClipPath_GetPathSegment(FPDF_CLIPPATH clip_path, in FPDFClipPath_GetPathSegment()
363 FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV FPDF_CreateClipPath(float left, in FPDF_CreateClipPath()
377 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath) { in FPDF_DestroyClipPath()
383 FPDF_CLIPPATH clipPath) { in FPDFPage_InsertClipPath()
Dcpdfsdk_helpers.h92 inline FPDF_CLIPPATH FPDFClipPathFromCPDFClipPath(CPDF_ClipPath* path) { in FPDFClipPathFromCPDFClipPath()
93 return reinterpret_cast<FPDF_CLIPPATH>(path); in FPDFClipPathFromCPDFClipPath()
95 inline CPDF_ClipPath* CPDFClipPathFromFPDFClipPath(FPDF_CLIPPATH path) { in CPDFClipPathFromFPDFClipPath()
Dfpdf_edit_embeddertest.cpp464 FPDF_CLIPPATH clip_path = FPDFPageObj_GetClipPath(triangle); in TEST_F()
545 FPDF_CLIPPATH clip_path = FPDFPageObj_GetClipPath(obj); in TEST_F()
/external/pdfium/public/cpp/
Dfpdf_deleters.h33 inline void operator()(FPDF_CLIPPATH clip_path) { in operator()
Dfpdf_scopers.h26 std::unique_ptr<std::remove_pointer<FPDF_CLIPPATH>::type,