Searched refs:FPDF_CLIPPATH (Results 1 – 7 of 7) sorted by relevance
232 FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV241 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);
59 typedef struct fpdf_clippath_t__* FPDF_CLIPPATH; typedef
310 FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV319 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()
92 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()
464 FPDF_CLIPPATH clip_path = FPDFPageObj_GetClipPath(triangle); in TEST_F()545 FPDF_CLIPPATH clip_path = FPDFPageObj_GetClipPath(obj); in TEST_F()
33 inline void operator()(FPDF_CLIPPATH clip_path) { in operator()
26 std::unique_ptr<std::remove_pointer<FPDF_CLIPPATH>::type,