Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_type1.c195 char buf[HPDF_INT_LEN + 1]; in LoadAfm()
197 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
200 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
203 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
206 GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
H A Dhpdf_utils.c123 char buf[HPDF_INT_LEN + 1]; in HPDF_IToA()
136 t = buf + HPDF_INT_LEN; in HPDF_IToA()
H A Dhpdf_streams.c293 char buf[HPDF_INT_LEN + 1]; in HPDF_Stream_WriteInt()
295 char* p = HPDF_IToA(buf, value, buf + HPDF_INT_LEN); in HPDF_Stream_WriteInt()
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_fontdef_type1.c195 char buf[HPDF_INT_LEN + 1]; in LoadAfm()
197 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
200 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
203 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
206 GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
H A Dhpdf_utils.c122 char buf[HPDF_INT_LEN + 1]; in HPDF_IToA()
135 t = buf + HPDF_INT_LEN; in HPDF_IToA()
H A Dhpdf_streams.c289 char buf[HPDF_INT_LEN + 1]; in HPDF_Stream_WriteInt()
291 char* p = HPDF_IToA(buf, value, buf + HPDF_INT_LEN); in HPDF_Stream_WriteInt()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_type1.c195 char buf[HPDF_INT_LEN + 1]; in LoadAfm()
197 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
200 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
203 s = GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
206 GetKeyword (s, buf, HPDF_INT_LEN + 1); in LoadAfm()
H A Dhpdf_utils.c123 char buf[HPDF_INT_LEN + 1]; in HPDF_IToA()
136 t = buf + HPDF_INT_LEN; in HPDF_IToA()
H A Dhpdf_streams.c293 char buf[HPDF_INT_LEN + 1]; in HPDF_Stream_WriteInt()
295 char* p = HPDF_IToA(buf, value, buf + HPDF_INT_LEN); in HPDF_Stream_WriteInt()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf_consts.pas35 HPDF_INT_LEN = 11;
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb6/
H A Dhpdf_consts.bas36 Public Const HPDF_INT_LEN = 11
/dports/print/libharu/libharu-RELEASE_2_3_0/include/
H A Dhpdf_consts.h36 #define HPDF_INT_LEN 11 macro
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf_consts.py36 HPDF_INT_LEN =11 variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_consts.h36 #define HPDF_INT_LEN 11 macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dhpdf_consts.h36 #define HPDF_INT_LEN 11 macro
/dports/print/libharu/libharu-RELEASE_2_3_0/if/freebasic/
H A Dhpdf_consts.bi19 #define HPDF_INT_LEN 11