Home
last modified time | relevance | path

Searched defs:cached_fm_pair_s (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfcache.h53 struct cached_fm_pair_s { struct
54 gs_font *font; /* base font */
55 gs_uid UID; /* font UniqueID or XUID */
57 uint hash; /* hash for this pair */
58 float mxx, mxy, myx, myy; /* transformation */
59 int num_chars; /* # of cached chars with this */
62 gx_xfont *xfont; /* the xfont (if any) */
64 uint index; /* index of this pair in mdata */
65 ttfFont *ttf; /* True Type interpreter data. */
66 gx_ttfReader *ttr; /* True Type interpreter data. */
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfcache.h53 struct cached_fm_pair_s { struct
54 gs_font *font; /* base font */
55 gs_uid UID; /* font UniqueID or XUID */
57 uint hash; /* hash for this pair */
58 float mxx, mxy, myx, myy; /* transformation */
59 int num_chars; /* # of cached chars with this */
62 gx_xfont *xfont; /* the xfont (if any) */
64 uint index; /* index of this pair in mdata */
65 ttfFont *ttf; /* True Type interpreter data. */
66 gx_ttfReader *ttr; /* True Type interpreter data. */
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcache.h80 struct cached_fm_pair_s { struct
81 gs_font *font; /* base font */
82 gs_uid UID; /* font UniqueID or XUID */
84 uint hash; /* hash for this pair */
85 float mxx, mxy, myx, myy; /* transformation */
86 int num_chars; /* # of cached chars with this */
89 gx_xfont *xfont; /* the xfont (if any) */
91 uint index; /* index of this pair in mdata */
92 ttfFont *ttf; /* True Type interpreter data. */
93 gx_ttfReader *ttr; /* True Type interpreter data. */
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcache.h80 struct cached_fm_pair_s { struct
81 gs_font *font; /* base font */
82 gs_uid UID; /* font UniqueID or XUID */
84 uint hash; /* hash for this pair */
85 float mxx, mxy, myx, myy; /* transformation */
86 int num_chars; /* # of cached chars with this */
89 gx_xfont *xfont; /* the xfont (if any) */
91 uint index; /* index of this pair in mdata */
92 ttfFont *ttf; /* True Type interpreter data. */
93 gx_ttfReader *ttr; /* True Type interpreter data. */
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcache.h81 struct cached_fm_pair_s { struct
82 gs_font *font; /* base font */
83 gs_uid UID; /* font UniqueID or XUID */
85 uint hash; /* hash for this pair */
86 float mxx, mxy, myx, myy; /* transformation */
87 int num_chars; /* # of cached chars with this */
90 gx_xfont *xfont; /* the xfont (if any) */
92 uint index; /* index of this pair in mdata */
93 ttfFont *ttf; /* True Type interpreter data. */
94 gx_ttfReader *ttr; /* True Type interpreter data. */
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcache.h81 struct cached_fm_pair_s { struct
82 gs_font *font; /* base font */
83 gs_uid UID; /* font UniqueID or XUID */
85 uint hash; /* hash for this pair */
86 float mxx, mxy, myx, myy; /* transformation */
87 int num_chars; /* # of cached chars with this */
90 gx_xfont *xfont; /* the xfont (if any) */
92 uint index; /* index of this pair in mdata */
93 ttfFont *ttf; /* True Type interpreter data. */
94 gx_ttfReader *ttr; /* True Type interpreter data. */
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfcache.h50 struct cached_fm_pair_s { struct
51 gs_font *font; /* base font */
52 gs_uid UID; /* font UniqueID or XUID */
53 font_type FontType; /* (part of key if UID is valid) */
54 uint hash; /* hash for this pair */
55 float mxx, mxy, myx, myy; /* transformation */
56 int num_chars; /* # of cached chars with this */
58 bool xfont_tried; /* true if we looked up an xfont */
59 gx_xfont *xfont; /* the xfont (if any) */
60 gs_memory_t *memory; /* the allocator for the xfont */
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfcache.h50 struct cached_fm_pair_s { struct
51 gs_font *font; /* base font */
52 gs_uid UID; /* font UniqueID or XUID */
53 font_type FontType; /* (part of key if UID is valid) */
54 uint hash; /* hash for this pair */
55 float mxx, mxy, myx, myy; /* transformation */
56 int num_chars; /* # of cached chars with this */
58 bool xfont_tried; /* true if we looked up an xfont */
59 gx_xfont *xfont; /* the xfont (if any) */
60 gs_memory_t *memory; /* the allocator for the xfont */
[all …]