Home
last modified time | relevance | path

Searched refs:HPDF_TS_DISSOLVE (Results 1 – 16 of 16) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/demo/
H A DSlideShowDemo.vb104 …PrintPage(page(13), "HPDF_TS_DISSOLVE", font, HPdfTransitionStyle.HPDF_TS_DISSOLVE, page(11), page…
/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf_types.pas445 HPDF_TS_DISSOLVE,
/dports/print/libharu/libharu-RELEASE_2_3_0/demo/
H A Dslide_show_demo.c178 HPDF_TS_DISSOLVE, page[11], page[13]); in main()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/demo/
H A DSlideShowDemo.cs148 HPdfTransitionStyle.HPDF_TS_DISSOLVE, page[11], page[13]); in Main()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/demo/
H A Dslide_show_demo.py169 HPDF_TS_DISSOLVE, page[11], page[13])
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf_types.py482 HPDF_TS_DISSOLVE =12 variable
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf_types.h496 HPDF_TS_DISSOLVE, enumerator
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_types.h520 HPDF_TS_DISSOLVE, enumerator
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_types.h520 HPDF_TS_DISSOLVE, enumerator
/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdf_types.bi351 HPDF_TS_DISSOLVE
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs196 HPDF_TS_DISSOLVE, enumerator
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb171 HPDF_TS_DISSOLVE
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_page_operator.c2768 case HPDF_TS_DISSOLVE: in HPDF_Page_SetSlideShow()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_page_operator.c2799 case HPDF_TS_DISSOLVE: in HPDF_Page_SetSlideShow()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_page_operator.c2799 case HPDF_TS_DISSOLVE: in HPDF_Page_SetSlideShow()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/ruby/
H A Dhpdf.c3773 rb_define_const(rb_cHPDFDoc, "HPDF_TS_DISSOLVE", INT2FIX(HPDF_TS_DISSOLVE)); in Init_hpdf()