| /xsrc/external/mit/fontconfig/dist/fc-pattern/ |
| H A D | Makefile.am | 2 # fontconfig/fc-pattern/Makefile.am 24 bin_PROGRAMS=fc-pattern 28 FC_PATTERN_SRC=${top_srcdir}/fc-pattern 30 SGML = ${FC_PATTERN_SRC}/fc-pattern.sgml 34 BUILT_MANS=fc-pattern.1 40 EXTRA_DIST=fc-pattern.sgml $(BUILT_MANS)
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftlist.c | 28 FcPattern *pattern, 31 return FcFontList (NULL, pattern, os); 42 FcPattern *pattern; local in function:XftListFonts 47 FcPatternVapBuild (pattern, NULL, va); 54 fs = XftListFontsPatternObjects (dpy, screen, pattern, os); 55 FcPatternDestroy (pattern); 26 XftListFontsPatternObjects(Display * dpy _X_UNUSED,int screen _X_UNUSED,FcPattern * pattern,FcObjectSet * os) argument
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcdefault.c | 294 FcDefaultSubstitute (FcPattern *pattern) argument 301 if (!FcPatternFindObjectIter (pattern, &iter, FC_WEIGHT_OBJECT)) 302 FcPatternObjectAddInteger (pattern, FC_WEIGHT_OBJECT, FC_WEIGHT_NORMAL); 304 if (!FcPatternFindObjectIter (pattern, &iter, FC_SLANT_OBJECT)) 305 FcPatternObjectAddInteger (pattern, FC_SLANT_OBJECT, FC_SLANT_ROMAN); 307 if (!FcPatternFindObjectIter (pattern, &iter, FC_WIDTH_OBJECT)) 308 FcPatternObjectAddInteger (pattern, FC_WIDTH_OBJECT, FC_WIDTH_NORMAL); 311 if (!FcPatternFindObjectIter (pattern, &iter, FcBoolDefaults[i].field)) 312 FcPatternObjectAddBool (pattern, FcBoolDefaults[i].field, FcBoolDefaults[i].value); 314 if (FcPatternObjectGetDouble (pattern, FC_SIZE_OBJEC [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 70-no-bitmaps.conf | 8 <pattern> 10 </pattern>
|
| H A D | 70-yes-bitmaps.conf | 8 <pattern> 10 </pattern>
|
| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | patcache.c | 53 const char *pattern; member in struct:_FontPatternCacheEntry 77 free ((void *) cache->entries[i].pattern); 78 cache->entries[i].pattern = 0; 96 cache->entries[i].pattern = 0; 110 free ((void *) cache->entries[i].pattern); 131 const char *pattern, 157 free ((void *) e->pattern); 159 /* set pattern */ 160 memcpy (newpat, pattern, patlen); 161 e->pattern 130 CacheFontPattern(FontPatternCachePtr cache,const char * pattern,int patlen,FontPtr pFont) argument 176 FindCachedFontPattern(FontPatternCachePtr cache,const char * pattern,int patlen) argument [all...] |
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | patcache.c | 54 const char *pattern; member in struct:_FontPatternCacheEntry 78 free ((void *) cache->entries[i].pattern); 79 cache->entries[i].pattern = 0; 97 cache->entries[i].pattern = 0; 111 free ((void *) cache->entries[i].pattern); 132 const char * pattern, 158 free ((void *) e->pattern); 160 /* set pattern */ 161 memcpy (newpat, pattern, patlen); 162 e->pattern 131 xfont2_cache_font_pattern(xfont2_pattern_cache_ptr cache,const char * pattern,int patlen,FontPtr pFont) argument 177 xfont2_find_cached_font_pattern(xfont2_pattern_cache_ptr cache,const char * pattern,int patlen) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | lines.h | 47 _mesa_LineStipple( GLint factor, GLushort pattern );
|
| H A D | lines.c | 100 * Set the line stipple pattern. 102 * \param factor pattern scale factor. 103 * \param pattern bit pattern. 112 _mesa_LineStipple( GLint factor, GLushort pattern ) argument 117 _mesa_debug(ctx, "glLineStipple %d %u\n", factor, pattern); 122 ctx->Line.StipplePattern == pattern) 128 ctx->Line.StipplePattern = pattern; 131 ctx->Driver.LineStipple( ctx, factor, pattern );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | lines.h | 47 _mesa_LineStipple( GLint factor, GLushort pattern );
|
| H A D | lines.c | 100 * Set the line stipple pattern. 102 * \param factor pattern scale factor. 103 * \param pattern bit pattern. 112 _mesa_LineStipple( GLint factor, GLushort pattern ) argument 117 _mesa_debug(ctx, "glLineStipple %d %u\n", factor, pattern); 122 ctx->Line.StipplePattern == pattern) 128 ctx->Line.StipplePattern = pattern; 131 ctx->Driver.LineStipple( ctx, factor, pattern );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_pstipple.h | 42 const uint32_t pattern[32]); 46 const uint32_t pattern[32]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_pstipple.h | 46 const uint32_t pattern[32]); 50 const uint32_t pattern[32]);
|
| /xsrc/external/mit/libXfont2/dist/test/utils/ |
| H A D | lsfontdir.c | 55 const char *pattern = "*"; local in function:main 63 (NULL, fpe, pattern, strlen(pattern), max_names_count, names);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | regex.c | 50 LispRecomp(LispBuiltin *builtin, char *pattern, int cflags) argument 55 if ((code = recomp(regex, pattern, cflags)) != 0) { 61 LispDestroy("%s: recomp(\"%s\"): %s", STRFUN(builtin), pattern, buffer); 76 re-comp pattern &key nospec icase nosub newline 84 LispObj *pattern, *nospec, *icase, *nosub, *newline; local in function:Lisp_Recomp 90 pattern = ARGUMENT(0); 93 if (REGEXP(pattern)) 94 return (pattern); 96 CHECK_STRING(pattern); 107 regex = LispRecomp(builtin, THESTR(pattern), cflag [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FontNames.c | 38 _Xconst char *pattern, /* null-terminated */ 54 if (pattern != NULL && strlen(pattern) >= USHRT_MAX) 60 nbytes = req->nbytes = pattern ? (CARD16) strlen (pattern) : 0; 62 _XSend (dpy, pattern, nbytes); 36 XListFonts(register Display * dpy,_Xconst char * pattern,int maxNames,int * actualCount) argument
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | buffers.h | 30 #include "util/pattern.h" 37 unsigned int offsets[4], enum util_fill_pattern pattern);
|
| /xsrc/external/mit/libdrm/dist/tests/util/ |
| H A D | pattern.h | 38 void util_fill_pattern(uint32_t format, enum util_fill_pattern pattern,
|
| /xsrc/external/mit/xcb-util/dist/reply/ |
| H A D | test_reply.c | 67 char *pattern = "*"; local in function:main 75 pattern = argv[2]; 77 xcb_reply_add_handler(&h, xcb_list_fonts_with_info(c, count, strlen(pattern), pattern).sequence, fontinfo_handler, 0);
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFtNames.c | 60 const char *pattern, 75 if (pattern != NULL) { 79 nbytes = strnlen(pattern, FSMaxRequestBytes(svr)); 81 nbytes = strlen(pattern); 87 _FSSend(svr, pattern, (long) nbytes); 58 FSListFonts(FSServer * svr,const char * pattern,int maxNames,int * actualCount) argument
|
| H A D | FSListCats.c | 60 const char *pattern, 74 if (pattern != NULL) { 78 nbytes = strnlen(pattern, FSMaxRequestBytes(svr)); 80 nbytes = strlen(pattern); 86 _FSSend(svr, pattern, (long) nbytes); 58 FSListCatalogues(FSServer * svr,const char * pattern,int maxNames,int * actualCount) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | README.md | 3 - `!` fails the test if the current line does not match the pattern 4 - `>>` skips to the first line which matches the pattern, or fails the test if there is none 5 - `;` executes python code to extend the pattern syntax by inserting functions into the variable dictionary, fail the test, insert more checks or consume characters from the output 11 Patterns can define variables which can be accessed in both python code and the pattern itself. These are useful for readability or dealing with unstable identifiers in the output. Variable identifiers are sequences of digits, ascii letters or `_` (though they cannot start with a digit). 15 - A sequence of spaces in the pattern expects a sequence of spaces or tabs in the output. 16 - A `#` in the pattern expects an unsigned integer in the output. The `#` can be followed by an identifier to store the integer in a variable. 17 - A `$` in the pattern stores the output until the first whitespace character into a variable. 18 - A `%` in the pattern followed by an identifier is the same as a `#` but it expects a `%` before the integer in the output. It basically matches a ACO temporary. 22 - `s64`, `s96`, `s128`, `v2`, `v3`, etc, expand to a pattern which matches a disassembled instruction's definition or operand. It later checks that the size and alignment is what's expected. 24 - `search_re` consumes the rest of the line and fails the test if the pattern i [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_samples.c | 131 enum mali_sample_pattern pattern) 133 assert(pattern < ARRAY_SIZE(sample_position_lut)); 134 unsigned offset = (pattern * sizeof(sample_position_lut[0])); 152 enum mali_sample_pattern pattern, 157 sample_position_lut[pattern].positions[sample_idx]; 130 panfrost_sample_positions(const struct panfrost_device * dev,enum mali_sample_pattern pattern) argument 151 panfrost_query_sample_position(enum mali_sample_pattern pattern,unsigned sample_idx,float * out) argument
|
| /xsrc/external/mit/pixman/dist/pixman/dither/ |
| H A D | make-blue-noise.c | 143 pattern_init (pattern_t *pattern, int width, int height) argument 147 if (!pattern) 155 pattern->buffer = buffer; 156 pattern->width = width; 157 pattern->height = height; 179 pattern_get (pattern_t *pattern, int x, int y) argument 181 return &pattern->buffer[y * pattern->width + x]; 185 pattern_fill_white_noise (pattern_t *pattern, float fraction, argument 188 bool_t *buffer = pattern 196 pattern_destroy(pattern_t * pattern) argument 331 compute_cluster_sizes(pattern_t * pattern,matrix_t * matrix) argument 377 swap_pixel(pattern_t * pattern,matrix_t * matrix,int x,int y) argument 426 largest_cluster(pattern_t * pattern,matrix_t * matrix,bool_t pixel,int * xmax,int * ymax) argument 489 generate_initial_binary_pattern(pattern_t * pattern,matrix_t * matrix) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_gradient.c | 102 _gradient_color_stops_equal(PictGradient *pattern, argument 105 if (cache->nstops != pattern->nstops) 109 pattern->stops, 115 PictGradient *pattern) 125 pattern->nstops, 126 pattern->stops[0].x / 65536., 127 pattern->stops[0].color.alpha >> 8 << 24 | 128 pattern->stops[0].color.red >> 8 << 16 | 129 pattern->stops[0].color.green >> 8 << 8 | 130 pattern 114 sna_render_get_gradient(struct sna * sna,PictGradient * pattern) argument [all...] |