Home
last modified time | relevance | path

Searched refs:BITSET (Results 1 – 9 of 9) sorted by relevance

/third_party/cups-filters/fontembed/
Dbitset.h6 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()
Dembed_sfnt_int.h13 … *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);
Dsfnt.h59 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);
Dsfnt_subset.c72 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()
Dembed_pdf_int.h8 EMB_PDF_FONTWIDTHS *emb_pdf_fw_cidwidths(const BITSET glyphs,int len,int default_width,int (*getGly…
Dembed.h58 BITSET subset;
Dembed_sfnt.c225 …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()
Dembed_pdf.c219 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/
D19.3.0.rst2198 - nir: Use BITSET for tracking varyings in lower_io_arrays