Home
last modified time | relevance | path

Searched refs:HPDF_Encoder_GetType (Results 1 – 20 of 20) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/win32/mingw/
H A Dlibhpdf.def17 HPDF_Encoder_GetType@4 = HPDF_Encoder_GetType
H A Dlibhpdf_cdecl.def18 HPDF_Encoder_GetType
/dports/print/libharu/libharu-RELEASE_2_3_0/win32/msvc/
H A Dlibhpdf.def26 HPDF_Encoder_GetType
/dports/print/libharu/libharu-RELEASE_2_3_0/demo/
H A Dcharacter_map.c207 if (HPDF_Encoder_GetType (encoder) != HPDF_ENCODER_TYPE_DOUBLE_BYTE) { in main()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/demo/
H A Dcharacter_map.py184 if (HPDF_Encoder_GetType (encoder) != HPDF_ENCODER_TYPE_DOUBLE_BYTE):
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb6/
H A Dhpdf.bas109 Public Declare Function HPDF_Encoder_GetType Lib "libhpdf.dll" (encoder As Long) As Long
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf.py499 HPDF_Encoder_GetType=haru.HPDF_Encoder_GetType variable
500 HPDF_Encoder_GetType.restype=HPDF_EncoderType
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs1856 private extern static HPdfEncoderType HPDF_Encoder_GetType(IntPtr in HPDF_Encoder_GetType() method in HPdf.HPdfEncoder
1877 return HPDF_Encoder_GetType(hencoder); in GetEncoderType()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dvtk_haru_mangle.h153 #define HPDF_Encoder_GetType vtklibharu_HPDF_Encoder_GetType macro
H A Dhpdf.h419 HPDF_Encoder_GetType (HPDF_Encoder encoder);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dvtk_haru_mangle.h153 #define HPDF_Encoder_GetType vtklibharu_HPDF_Encoder_GetType macro
H A Dhpdf.h419 HPDF_Encoder_GetType (HPDF_Encoder encoder);
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb1336 …Private Declare Function HPDF_Encoder_GetType Lib "libhpdf.dll" Alias "HPDF_Encoder_GetType" (ByVa…
1356 Return HPDF_Encoder_GetType(hencoder)
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_encoder.c2977 HPDF_Encoder_GetType (HPDF_Encoder encoder) in HPDF_Encoder_GetType() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_encoder.c2977 HPDF_Encoder_GetType (HPDF_Encoder encoder) in HPDF_Encoder_GetType() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_encoder.c2977 HPDF_Encoder_GetType (HPDF_Encoder encoder) in HPDF_Encoder_GetType() function
/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdf.bi73 declare function HPDF_Encoder_GetType cdecl alias "HPDF_Encoder_GetType" (byval encoder as HPDF_Enc…
/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf.pas270 function HPDF_Encoder_GetType (encoder: HPDF_Encoder): THPDF_EncoderType; in HPDF_Encoder_GetType() function
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf.h412 HPDF_Encoder_GetType (HPDF_Encoder encoder);
/dports/print/libharu/libharu-RELEASE_2_3_0/if/ruby/
H A Dhpdf.c911 ret = HPDF_Encoder_GetType(encoder); in hpdf_encoder_get_type()