| /xsrc/external/mit/libXfont2/dist/test/ |
| gen_evil_pcf_bitmapscale.py | 123 encodings = b"" variable 124 encodings += u32(PCF_DEFAULT_FORMAT) 125 encodings += u16(ENC_FIRST_COL) 126 encodings += u16(ENC_LAST_COL) 127 encodings += u16(ENC_FIRST_ROW) 128 encodings += u16(ENC_LAST_ROW) 129 encodings += u16(0) # defaultCh 131 encodings += u16(i) 153 out += toc(PCF_BDF_ENCODINGS, 0, len(encodings), encodings_off) 154 out += properties + accel + metrics + bitmaps + encodings [all...] |
| gen_evil_pcf_encoding.py | 99 encodings = b"" variable 100 encodings += u32(PCF_DEFAULT_FORMAT) 101 encodings += u16(0) + u16(0) # firstCol, lastCol 102 encodings += u16(0) + u16(0) # firstRow, lastRow 103 encodings += u16(0) # defaultCh 104 encodings += u16(EVIL_OFFSET) # encoding[0] -> metric[100] OOB! 126 out += toc(PCF_BDF_ENCODINGS, 0, len(encodings), encodings_off) 127 out += properties + accel + metrics + bitmaps + encodings
|
| gen_evil_pcf_norepad.py | 116 encodings = b"" variable 117 encodings += u32(PCF_DEFAULT_FORMAT) 118 encodings += u16(0) + u16(0) # firstCol, lastCol 119 encodings += u16(0) + u16(0) # firstRow, lastRow 120 encodings += u16(0) # defaultCh 121 encodings += u16(0) # encoding[0] -> metric[0] 145 out += toc(PCF_BDF_ENCODINGS, 0, len(encodings), encodings_off) 146 out += properties + accel + metrics + bitmaps + encodings
|
| gen_evil_pcf_props.py | 105 encodings = b"" variable 106 encodings += u32(PCF_DEFAULT_FORMAT) 107 encodings += u16(0) + u16(0) 108 encodings += u16(0) + u16(0) 109 encodings += u16(0) 110 encodings += u16(0) 132 out += toc(PCF_BDF_ENCODINGS, 0, len(encodings), encodings_off) 133 out += properties + accel + metrics + bitmaps + encodings
|
| gen_evil_pcf_repad.py | 102 encodings = b"" variable 103 encodings += u32(PCF_DEFAULT_FORMAT) 104 encodings += u16(0) + u16(0) # firstCol, lastCol 105 encodings += u16(0) + u16(0) # firstRow, lastRow 106 encodings += u16(0) # defaultCh 107 encodings += u16(0) # encoding[0] -> metric[0] 129 out += toc(PCF_BDF_ENCODINGS, 0, len(encodings), encodings_off) 130 out += properties + accel + metrics + bitmaps + encodings
|
| /xsrc/external/mit/xvinfo/dist/ |
| xvinfo.c | 100 XvEncodingInfo *encodings; local 189 &encodings)) { 191 "%s: Failed to query encodings on display %s\n", 197 if (encodings && nencode) { 201 if (!strcmp(encodings[n].name, "XV_IMAGE")) 206 fprintf(stdout, " number of encodings: %i\n", 210 if (strcmp(encodings[n].name, "XV_IMAGE")) { 212 encodings[n].encoding_id, 213 encodings[n].name); 215 encodings[n].width, encodings[n].height) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/ |
| h264d.c | 39 OMX_VIDEO_CODINGTYPE encodings[] = { local 121 &encodings, &formats, &avctype, &levels, 129 OMX_VIDEO_CODINGTYPE encodings[] = { local 163 &encodings, &formats);
|
| h264e.c | 37 OMX_VIDEO_CODINGTYPE encodings[] = { local 71 &encodings, &formats); 81 OMX_VIDEO_CODINGTYPE encodings[] = { local 170 &encodings, &formats, &avctype, &levels,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/ |
| h264d.c | 39 OMX_VIDEO_CODINGTYPE encodings[] = { local 121 &encodings, &formats, &avctype, &levels, 129 OMX_VIDEO_CODINGTYPE encodings[] = { local 163 &encodings, &formats);
|
| h264e.c | 37 OMX_VIDEO_CODINGTYPE encodings[] = { local 71 &encodings, &formats); 81 OMX_VIDEO_CODINGTYPE encodings[] = { local 170 &encodings, &formats, &avctype, &levels,
|
| /xsrc/external/mit/libXmu/dist/src/ |
| Xct.c | 44 char **encodings; member in struct:_XctPriv 297 strncmp(priv->encodings[i], (char *)enc, len); 312 new_encodings = reallocarray(priv->encodings, 319 priv->encodings = new_encodings; 320 priv->encodings[i] = (char *)ptr; 322 data->encoding = priv->encodings[i]; 369 priv->encodings = (char **)NULL; 680 free(priv->encodings[i]); 681 if (priv->encodings) 682 free(priv->encodings); [all...] |
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| bdfdrivr.c | 57 BDF_encoding_el* encodings; member in struct:BDF_CMapRec_ 72 cmap->encodings = face->en_table; 84 cmap->encodings = NULL; 94 BDF_encoding_el* encodings = cmap->encodings; local 96 FT_UShort result = 0; /* encodings->glyph */ 111 code = encodings[mid].enc; 117 result = encodings[mid].glyph + 1; 139 BDF_encoding_el* encodings = cmap->encodings; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| bifrost_isa.py | 174 encodings = ins.findall('encoding') 177 if len(encodings) == 0: 180 for enc in encodings:
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| ephyrhostvideo.c | 450 EphyrHostEncoding *encodings=NULL ; local 462 encodings = calloc (num_encodings, sizeof (EphyrHostEncoding)) ; 464 encodings[i].id = encoding_info[i].encoding_id ; 465 encodings[i].name = strdup (encoding_info[i].name) ; 466 encodings[i].width = encoding_info[i].width ; 467 encodings[i].height = encoding_info[i].height ; 468 encodings[i].rate.numerator = encoding_info[i].rate.numerator ; 469 encodings[i].rate.denominator = encoding_info[i].rate.denominator ; 476 *a_encodings = encodings ;
|
| ephyrvideo.c | 429 EphyrHostEncoding *encodings=NULL ; local 496 &encodings, 498 EPHYR_LOG_ERROR ("failed to get encodings for port port id %d," 505 videoEncodingDup (encodings, num_encodings) ; 558 if (encodings) { 559 ephyrHostEncodingsDelete (encodings, num_encodings) ; 560 encodings = NULL ;
|
| /xsrc/external/mit/mkfontscale/dist/ |
| mkfontscale.c | 93 static ConstListPtr encodings, extra_encodings; variable 164 encodings = 196 makeConstList((const char **) &argv[argn + 1], 1, encodings, 0); 841 goto encodings; 1015 for (encoding = encodings; encoding; encoding = encoding->next) { 1059 encodings: 1060 encdir = dsprintf("%s%s", dirname, "encodings.dir"); 1063 perror("encodings"); 1071 perror("open(encodings.dir)"); 1104 For small encodings using Unicode indices, we require perfec [all...] |
| /xsrc/external/mit/encodings/dist/ |
| configure | 3 # Generated by GNU Autoconf 2.72 for encodings 1.1.0. 5 # Report bugs to <https://gitlab.freedesktop.org/xorg/font/encodings/-/issues>. 274 $0: https://gitlab.freedesktop.org/xorg/font/encodings/-/issues 606 PACKAGE_NAME='encodings' 607 PACKAGE_TARNAME='encodings' 609 PACKAGE_STRING='encodings 1.1.0' 610 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/encodings/-/issues' 1284 'configure' configures encodings 1.1.0 to adapt to many kinds of systems. 1333 --docdir=DIR documentation root [DATAROOTDIR/doc/encodings] 1355 short | recursive ) echo "Configuration of encodings 1.1.0:"; [all...] |
| /xsrc/external/mit/font-adobe-100dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3599 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-adobe-75dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3600 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-adobe-utopia-100dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3600 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-bh-100dpi/dist/ |
| configure | 1405 --disable-all-encodings Disable building of all font encodings 3599 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-bh-75dpi/dist/ |
| configure | 1405 --disable-all-encodings Disable building of all font encodings 3599 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-bh-lucidatypewriter-100dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3600 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-bh-lucidatypewriter-75dpi/dist/ |
| configure | 1406 --disable-all-encodings Disable building of all font encodings 3600 # Check whether --enable-all-encodings was given.
|
| /xsrc/external/mit/font-misc-misc/dist/ |
| configure | 1426 --disable-all-encodings Disable building of all font encodings 3627 # Check whether --enable-all-encodings was given.
|