Searched refs:language (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/xsrc/external/mit/freetype/dist/include/freetype/internal/services/
H A Dsvttcmap.h46 * language ::
47 * The language ID used in Mac fonts. Definitions of values are in
59 FT_ULong language; member in struct:TT_CMapInfo_
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcobjshash.gperf.h30 %language=ANSI-C
/xsrc/external/mit/MesaLib/dist/docs/
H A Dconf.py72 # The language for content autogenerated by Sphinx. Refer to documentation
76 # Usually you set "language" from the command line for these cases.
77 language = None variable
90 # Disable highlighting unless a language is specified, otherwise we'll get
H A Ddevelopers.rst14 - Shading language compiler and OpenGL 2.0 support
H A Dshading.rst69 language.
82 The following features of the shading language are not yet fully
91 All other major features of the shading language should function.
96 - Shading language programs are compiled into low-level programs very
164 The source code for Mesa's shading language compiler is in the
/xsrc/external/mit/brotli/dist/
H A Dsetup.py119 # Detect target language, if not provided
120 language = ext.language or self.compiler.detect_language(sources)
132 target_lang=language)
271 language='c++'),
/xsrc/external/mit/xcb-proto/dist/
H A DREADME.md7 language bindings, protocol dissectors, or documentation generators.
17 Python libraries: xcb-proto also contains language-independent Python
19 used by Python code generators in individual language bindings. These
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.0.4.rst24 - define #extension GL_ARB_texture_rectangle in shading language
47 - Added support for GL shading language in I965 driver
H A D7.1.rst36 - Support for the GL shading language with i965 driver (implemented by
H A D6.5.2.rst84 more testing of the shading language functions.
H A D6.5.rst24 - OpenGL Shading language support
/xsrc/external/mit/libXt/dist/src/
H A DInitialize.c725 String *language)
756 if (language) {
761 *language = val.addr;
778 if (!pd->language) {
789 pd->language = (char *) value.addr;
793 if (!pd->language)
794 pd->language = "";
795 pd->language = (*pd->appContext->langProcRec.proc)
796 (dpy, pd->language, pd->appContext->langProcRec.closure);
798 else if (!pd->language || p
719 _XtPreparseCommandLine(XrmOptionDescRec * urlist,Cardinal num_urs,int argc,_XtString * argv,String * applName,String * displayName,String * language) argument
[all...]
H A DDisplay.c210 pd->language = NULL;
265 String language = NULL; local in function:XtOpenDisplay
269 /* parse the command line for name, display, and/or language */
274 &language : NULL));
314 pd->language = language;
396 /* pre-parse the command line for the language resource */
398 &pd->language);
710 XtFree((_XtString) xtpd->language);
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D45-generic.conf54 <!-- Add language for emoji, to match other emoji fonts. -->
111 <!-- Add language for math, to match other math fonts. -->
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimThaiIm.c64 char *language; local in function:_XimCheckIfThaiProcessing
66 _XGetLCValues(im->core.lcd, XlcNLanguage, &language, NULL);
67 if(strcmp(language, THAI_LANGUAGE_NAME) == 0 &&
H A DimInsClbk.c62 char *language, *territory, *codeset; local in function:MakeLocale
64 _XGetLCValues( lcd, XlcNLanguage, &language, XlcNTerritory, &territory,
67 strcpy( locale, language );
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h317 String language; /* XPG language string */ member in struct:_XtPerDisplayStruct
426 String *language);
/xsrc/external/mit/freetype/dist/src/base/
H A Dftver.rc58 /* describing a "language,codepage" combination supported by the file. */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dglossary.rst34 GL Shading Language. The official, common high-level shader language used
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dglossary.rst34 GL Shading Language. The official, common high-level shader language used
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXlcPubI.h88 char *language; /* language part of locale name */ member in struct:_XLCdPublicPart
H A DlcFile.c372 * to lower case after the <language>_<territory> part. If result is identical
510 pub->language = pub->siname;
526 /* language */
529 pub->language = dst;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DEXT_shader_integer_mix.spec79 language features described in this extension:
H A DMESA_texture_signed_rgba.spec38 This extension shares some language with ARB_texture_compression_rgtc
127 The specification language for this extension is silent
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DEXT_shader_integer_mix.spec79 language features described in this extension:

Completed in 18 milliseconds

1234567891011>>