Searched refs:BITSET (Results 1 – 9 of 9) sorted by relevance
/third_party/cups-filters/fontembed/ |
D | bitset.h | 6 typedef int * BITSET; typedef 8 static inline void bit_set(BITSET bs,int num) in bit_set() 13 static inline int bit_check(BITSET bs,int num) in bit_check() 19 static inline BITSET bitset_new(int size) in bitset_new() 21 return (BITSET)calloc(1,((size+8*sizeof(int)-1)&~(8*sizeof(int)-1))/8); in bitset_new() 24 static inline int bits_used(BITSET bits,int size) // {{{ returns true if any bit is used in bits_used()
|
D | embed_sfnt_int.h | 13 … *emb_otf_get_pdf_widths(OTF_FILE *otf,const unsigned short *encoding,int len,const BITSET glyphs); 14 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_cidwidths(OTF_FILE *otf,const BITSET glyph);
|
D | sfnt.h | 59 int otf_subset(OTF_FILE *otf,BITSET glyphs,OUTPUT_FN output,void *context); 61 int otf_subset_cff(OTF_FILE *otf,BITSET glyphs,OUTPUT_FN output,void *context);
|
D | sfnt_subset.c | 72 static int otf_subset_glyf(OTF_FILE *otf,int curgid,int donegid,BITSET glyphs) // {{{ in otf_subset_glyf() 118 int otf_subset(OTF_FILE *otf,BITSET glyphs,OUTPUT_FN output,void *context) // {{{ - returns number … in otf_subset() 225 int otf_subset_cff(OTF_FILE *otf,BITSET glyphs,OUTPUT_FN output,void *context) // {{{ - returns num… in otf_subset_cff()
|
D | embed_pdf_int.h | 8 EMB_PDF_FONTWIDTHS *emb_pdf_fw_cidwidths(const BITSET glyphs,int len,int default_width,int (*getGly…
|
D | embed.h | 58 BITSET subset;
|
D | embed_sfnt.c | 225 …et_pdf_widths(OTF_FILE *otf,const unsigned short *encoding,int len,const BITSET glyphs) // {{{ gly… in emb_otf_get_pdf_widths() 295 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_cidwidths(OTF_FILE *otf,const BITSET glyphs) // {{{ // glyphs==… in emb_otf_get_pdf_cidwidths()
|
D | embed_pdf.c | 219 EMB_PDF_FONTWIDTHS *emb_pdf_fw_cidwidths(const BITSET glyphs,int len,int default_width,int (*getGly… in emb_pdf_fw_cidwidths()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 2198 - nir: Use BITSET for tracking varyings in lower_io_arrays
|