| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 50-user.conf | 4 <description>Load per-user customization files</description> 6 Load per-user customization files where stored on XDG Base Directory
|
| 65-fonts-persian.conf | 143 <!-- Font ordering per class -->
|
| /xsrc/external/mit/xcb-util/dist/keysyms/ |
| keysyms.c | 197 int per; local 208 per = syms->u.reply->keysyms_per_keycode; 209 if ((col < 0) || ((col >= per) && (col > 3)) || 214 keysyms = &keysyms[(keycode - min_keycode) * per]; 219 while ((per > 2) && (keysyms[per - 1] == XCB_NO_SYMBOL)) 220 per--; 221 if (per < 3) 224 if ((per <= (col|1)) || (keysyms[col|1] == XCB_NO_SYMBOL))
|
| /xsrc/external/mit/libXt/dist/src/ |
| TMkey.c | 394 are constant per KeyCode. If a key translator uses no standard 558 int per; local 572 per = pd->keysyms_per_keycode; 573 syms = &pd->keysyms[(keycode - pd->min_keycode) * per]; 574 while ((per > 2) && (syms[per - 1] == NoSymbol)) 575 per--; 576 if ((per > 2) && (modifiers & pd->mode_switch)) { 578 per -= 2; 581 (per > 1 && (IsKeypadKey(syms[1]) || IsPrivateKeypadKey(syms[1])))) 699 int per; local [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| KeyBind.c | 88 register int per = dpy->keysyms_per_keycode; local 92 if ((col < 0) || ((col >= per) && (col > 3)) || 96 syms = &dpy->keysyms[(keycode - dpy->min_keycode) * per]; 99 while ((per > 2) && (syms[per - 1] == NoSymbol)) 100 per--; 101 if (per < 3) 104 if ((per <= (col|1)) || (syms[col|1] == NoSymbol)) { 260 int per, n; local 269 n, &per); 795 int per; local [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_multithread_makecurrent.spec | 33 create a context per thread which each operate on their own 37 For some applications, maintaining per-thread contexts and
|
| MESA_query_renderer.spec | 40 color depth, number of samples per-pixel, texture quality, and so on. 47 There are also cases where more than one renderer may be available per 210 UNRESOLVED. Some hardware has different per-process and global
|
| MESA_swap_control.spec | 61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations 80 per buffer swap. (e.g. a value of two means that the color buffers
|
| MESA_texture_array.spec | 45 cases the selected textures may vary on a per-fragment basis within 50 per-fragment basis, the application selects which exposures are 74 2D textures. The per-fragment texel is selected by the R texture 565 Additions to Chapter 4 of the OpenGL 2.0 Specification (Per-Fragment Operations)
|
| MESA_swap_frame_usage.spec | 97 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations 142 per frame, the missed frame count is incremented.
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_multithread_makecurrent.spec | 33 create a context per thread which each operate on their own 37 For some applications, maintaining per-thread contexts and
|
| MESA_query_renderer.spec | 40 color depth, number of samples per-pixel, texture quality, and so on. 47 There are also cases where more than one renderer may be available per 210 UNRESOLVED. Some hardware has different per-process and global
|
| MESA_swap_control.spec | 61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations 80 per buffer swap. (e.g. a value of two means that the color buffers
|
| MESA_texture_array.spec | 45 cases the selected textures may vary on a per-fragment basis within 50 per-fragment basis, the application selects which exposures are 74 2D textures. The per-fragment texel is selected by the R texture 565 Additions to Chapter 4 of the OpenGL 2.0 Specification (Per-Fragment Operations)
|
| MESA_swap_frame_usage.spec | 97 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations 142 per frame, the missed frame count is incremented.
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imThaiFlt.c | 775 int per; local 787 per = dpy->keysyms_per_keycode; 788 syms = &dpy->keysyms[(keycode - dpy->min_keycode) * per]; 789 while ((per > 2) && (syms[per - 1] == NoSymbol)) 790 per--; 791 if ((per > 2) && (modifiers & dpy->mode_switch)) { 793 per -= 2; 797 if ((per == 1) || (syms[1] == NoSymbol)) 805 if ((per == 1) || ((usym = syms[1]) == NoSymbol) [all...] |
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcconfig.fncs | 156 @PURPOSE@ DEPRECATED used to return per-user cache filename 158 With fontconfig no longer using per-user cache files, this function now 159 simply returns NULL to indicate that no per-user file exists.
|
| fcfile.fncs | 83 per-directory cache file for <parameter>dir</parameter> and populates it
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| MESA_sprite_point.spec | 75 effectively specify image rotation per point. 155 Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operations
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| MESA_sprite_point.spec | 75 effectively specify image rotation per point. 155 Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operations
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| gen_common.py | 212 The default is one token per line, which is a little cumbersome.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| gen_common.py | 213 The default is one token per line, which is a little cumbersome.
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| analyze.lua | 81 -- track reg vals per draw:
|
| /xsrc/external/mit/util-macros/dist/ |
| configure | 1285 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
|
| /xsrc/external/mit/encodings/dist/ |
| configure | 1324 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
|