| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| cffdec.h | 53 char *script; member in struct:cffdec_options
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| afshaper.c | 51 * with all lookups specific to the OpenType script activated. It 87 /* load HarfBuzz script tags */ 88 #undef SCRIPT 89 #define SCRIPT( s, S, d, h, H, ss ) h, 106 hb_set_t* gsub_lookups = NULL; /* GSUB lookups for a given script */ 108 hb_set_t* gpos_lookups = NULL; /* GPOS lookups for a given script */ 111 hb_script_t script; local 130 script = scripts[style_class->script]; 132 /* Convert a HarfBuzz script tag into the corresponding OpenType * [all...] |
| aftypes.h | 249 * the script (based on script-specific characters to identify ascender 253 * glyph covered by the script, 304 * Each script is associated with two sets of Unicode ranges to test 305 * whether the font face supports the script, and which non-base 306 * characters the script contains. 308 * We use four-letter script tags from the OpenType specification, 309 * extended by `NONE', which indicates `no script'. 312 #undef SCRIPT 313 #define SCRIPT( s, S, d, h, H, ss ) 341 AF_Script script; member in struct:AF_ScriptClassRec_ 451 AF_Script script; member in struct:AF_StyleClassRec_ [all...] |
| /xsrc/external/mit/iceauth/dist/ |
| process.c | 1541 const char *script; local 1554 script = argv[1]; 1556 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]); 1579 prefix (script, sublineno); 1587 int status = process_command (script, sublineno, subargc, 1592 prefix (script, sublineno);
|
| /xsrc/external/mit/xauth/dist/ |
| process.c | 1815 const char *script; local 1828 script = argv[1]; 1830 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]); 1853 prefix (script, sublineno); 1861 int status = process_command (script, sublineno, subargc, subargv); 1865 prefix (script, sublineno);
|