Home
last modified time | relevance | path

Searched refs:HPDF_Page_GetLineJoin (Results 1 – 18 of 18) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/win32/mingw/
H A Dlibhpdf.def119 HPDF_Page_GetLineJoin@4 = HPDF_Page_GetLineJoin
H A Dlibhpdf_cdecl.def124 HPDF_Page_GetLineJoin
/dports/print/libharu/libharu-RELEASE_2_3_0/win32/msvc/
H A Dlibhpdf.def138 HPDF_Page_GetLineJoin
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb6/
H A Dhpdf.bas179 Public Declare Function HPDF_Page_GetLineJoin Lib "libhpdf.dll" (ByVal page As Long) As HPDF_LineJo…
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf.py1047 HPDF_Page_GetLineJoin=haru.HPDF_Page_GetLineJoin variable
1048 HPDF_Page_GetLineJoin.restype=HPDF_LineJoin
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs935 private extern static HPdfLineJoin HPDF_Page_GetLineJoin(IntPtr page); in HPDF_Page_GetLineJoin() method in HPdf.HPdfPage
1354 return HPDF_Page_GetLineJoin(hpage); in GetLineJoin()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dvtk_haru_mangle.h423 #define HPDF_Page_GetLineJoin vtklibharu_HPDF_Page_GetLineJoin macro
H A Dhpdf.h1079 HPDF_Page_GetLineJoin (HPDF_Page page);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dvtk_haru_mangle.h423 #define HPDF_Page_GetLineJoin vtklibharu_HPDF_Page_GetLineJoin macro
H A Dhpdf.h1079 HPDF_Page_GetLineJoin (HPDF_Page page);
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb658 …Private Declare Function HPDF_Page_GetLineJoin Lib "libhpdf.dll" Alias "HPDF_Page_GetLineJoin" (By…
870 Return HPDF_Page_GetLineJoin(hpage)
/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdf.bi136 declare function HPDF_Page_GetLineJoin cdecl alias "HPDF_Page_GetLineJoin" (byval page as HPDF_Page…
/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf.pas524 function HPDF_Page_GetLineJoin (page: HPDF_Page): THPDF_LineJoin; in HPDF_Page_GetLineJoin() function
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf.h1042 HPDF_Page_GetLineJoin (HPDF_Page page);
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_pages.c863 HPDF_Page_GetLineJoin (HPDF_Page page) in HPDF_Page_GetLineJoin() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_pages.c1162 HPDF_Page_GetLineJoin (HPDF_Page page) in HPDF_Page_GetLineJoin() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_pages.c1162 HPDF_Page_GetLineJoin (HPDF_Page page) in HPDF_Page_GetLineJoin() function
/dports/print/libharu/libharu-RELEASE_2_3_0/if/ruby/
H A Dhpdf.c1949 i = HPDF_Page_GetLineJoin(page); in hpdf_page_get_line_join()