| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | bitsource.c | 119 FontScaledPtr scaled; local in function:FontFileMatchBitmapSource 124 * can be scaled as desired. 135 scaled = FontFileFindScaledInstance (zero, vals, noSpecificSize); 136 if (scaled) 138 if (scaled->pFont) 140 *pFont = scaled->pFont; 144 else if (scaled->bitmap) 146 entry = scaled->bitmap;
|
| H A D | fontscale.c | 51 new = realloc (extra->scaled, newsize * sizeof (FontScaledRec)); 55 extra->scaled = new; 57 new = &extra->scaled[extra->numScaled++]; 76 FontScaledPtr scaled; local in function:FontFileSwitchStringsToBitmapPointers 84 scaled = extra->scaled; 87 if (nonScalable[b].name.name == (char *) scaled[i].bitmap) 88 scaled[i].bitmap = &nonScalable[b]; 103 if (extra->scaled[i].pFont == pFont) 105 if (extra->scaled[ [all...] |
| H A D | fontfile.c | 269 FontScaledPtr scaled; local in function:FontFileOpenFont 374 scaled = 0; 376 scaled = FontFileFindScaledInstance (entry, &vals, 379 * A scaled instance can occur one of two ways: 381 * Either the font has been scaled to this 382 * size already, in which case scaled->pFont 389 if (scaled) 391 if (scaled->pFont) 393 *pFont = scaled->pFont; 397 else if (scaled 855 FontScaledPtr scaled; local in function:FontFileListOneFontWithInfo [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | bitsource.c | 121 FontScaledPtr scaled; local in function:FontFileMatchBitmapSource 126 * can be scaled as desired. 137 scaled = FontFileFindScaledInstance (zero, vals, noSpecificSize); 138 if (scaled) 140 if (scaled->pFont) 142 *pFont = scaled->pFont; 146 else if (scaled->bitmap) 148 entry = scaled->bitmap;
|
| H A D | fontscale.c | 53 new = reallocarray (extra->scaled, newsize, sizeof (FontScaledRec)); 57 extra->scaled = new; 59 new = &extra->scaled[extra->numScaled++]; 78 FontScaledPtr scaled; local in function:FontFileSwitchStringsToBitmapPointers 86 scaled = extra->scaled; 89 if (nonScalable[b].name.name == (char *) scaled[i].bitmap) 90 scaled[i].bitmap = &nonScalable[b]; 105 if (extra->scaled[i].pFont == pFont) 107 if (extra->scaled[ [all...] |
| H A D | fontfile.c | 267 FontScaledPtr scaled; local in function:FontFileOpenFont 372 scaled = 0; 374 scaled = FontFileFindScaledInstance (entry, &vals, 377 * A scaled instance can occur one of two ways: 379 * Either the font has been scaled to this 380 * size already, in which case scaled->pFont 387 if (scaled) 389 if (scaled->pFont) 391 *pFont = scaled->pFont; 395 else if (scaled 853 FontScaledPtr scaled; local in function:FontFileListOneFontWithInfo [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format_parse.py | 37 SCALED = 'scaled' 55 def __init__(self, type, norm, pure, scaled, size, name = ''): 60 self.scaled = scaled 70 if self.scaled: 81 self.scaled == other.scaled) 169 if channel.scaled != ref_channel.scaled: 190 if channel.scaled ! [all...] |
| H A D | vk_format_table.py | 108 print(" {%s, %s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), bool_map(channel.scaled), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format_parse.py | 37 SCALED = 'scaled' 55 def __init__(self, type, norm, pure, scaled, size, name = ''): 60 self.scaled = scaled 70 if self.scaled: 79 return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.size == other.size and self.scaled == other.scaled 177 if channel.scaled != ref_channel.scaled: 198 if channel.scaled ! [all...] |
| H A D | vk_format_table.py | 108 print(" {%s, %s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), bool_map(channel.scaled), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | cffotypes.h | 64 FT_Bool scaled; member in struct:CFF_GlyphSlotRec_
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_attribute_workarounds.c | 57 nir_ssa_def *scaled = local in function:apply_attr_wa_instr 62 comps[i] = nir_channel(b, rescale ? scaled : val, i);
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| H A D | cidgload.c | 256 ((CID_GlyphSlot)decoder->builder.glyph)->scaled = force_scaling; 346 FT_Bool scaled; local in function:cid_slot_load_glyph 371 scaled = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 ); 374 glyph->scaled = scaled; 403 scaled = glyph->scaled; 480 if ( ( load_flags & FT_LOAD_NO_SCALE ) == 0 || scaled )
|
| H A D | cidobjs.h | 106 FT_Bool scaled; member in struct:CID_GlyphSlotRec_
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_pntc_ytransform.c | 75 nir_ssa_def *scaled = nir_fmul(b, y, nir_channel(b, transform, 0)); local in function:lower_load_pointcoord 80 nir_fadd(b, offset, scaled));
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir_attribute_workarounds.c | 64 nir_ssa_def *scaled = local in function:apply_attr_wa_block 69 comps[i] = nir_channel(b, rescale ? scaled : val, i);
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1objs.h | 121 FT_Bool scaled; member in struct:T1_GlyphSlotRec_
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | fntfilst.h | 58 FontScaledPtr scaled; member in struct:_FontScalableExtra
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fntfilst.h | 58 FontScaledPtr scaled; member in struct:_FontScalableExtra
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psft.c | 270 FT_Bool* scaled ) 276 *scaled = decoder->builder.glyph->scaled; 378 FT_Bool scaled; local in function:cf2_decoder_parse_charstrings 396 &scaled ); 410 if ( scaled && ( !no_stem_darkening_font || 428 if ( scaled ) 266 cf2_getScaleAndHintFlag(PS_Decoder * decoder,CF2_Fixed * x_scale,CF2_Fixed * y_scale,FT_Bool * hinted,FT_Bool * scaled) argument
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | resize.c | 560 #define scaled(old,new,len) (old)?((unsigned)(new)*(len)/(old)):(len) macro 562 scaled(TTYSIZE_ROWS(ts), rows, ts.ws_ypixel), 563 scaled(TTYSIZE_COLS(ts), cols, ts.ws_xpixel));
|
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | fntfilst.h | 58 FontScaledPtr scaled; member in struct:_FontScalableExtra
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program.c | 552 uint64_t scaled[brw->shader_time.num_entries]; local in function:brw_report_shader_time 561 sorted[i] = &scaled[i]; 587 scaled[i] = time / written * (written + reset); 589 scaled[i] = time; 601 total_by_type[type] += scaled[i]; 607 total += scaled[i]; 622 int i = sorted[s] - scaled; 624 if (scaled[i] == 0) 661 scaled[i], total);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program.c | 523 uint64_t scaled[brw->shader_time.num_entries]; local in function:brw_report_shader_time 532 sorted[i] = &scaled[i]; 558 scaled[i] = time / written * (written + reset); 560 scaled[i] = time; 572 total_by_type[type] += scaled[i]; 578 total += scaled[i]; 593 int i = sorted[s] - scaled; 595 if (scaled[i] == 0) 632 scaled[i], total);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_aos.c | 226 LLVMValueRef shifted, casted, scaled, masked; local in function:lp_build_unpack_arith_rgba_aos 347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); 349 scaled = casted; 351 return scaled; 372 LLVMValueRef shifted, casted, scaled, unswizzled; local in function:lp_build_pack_rgba_aos 427 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), ""); 429 scaled = unswizzled; 431 casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4), "");
|