| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_tess.h | 81 unsigned spacing; member in struct:draw_tess_eval_shader
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| manytex.c | 45 GLfloat spacing = WinWidth / Columns; local 46 GLfloat size = spacing * 0.4; 74 GLfloat x = col * spacing + spacing * 0.5; 75 GLfloat y = row * spacing + spacing * 0.5;
|
| /xsrc/external/mit/xgc/dist/ |
| tests.c | 335 int spacing; local 340 spacing = 400 / points_per_side; 343 points[i].x = i * spacing; 347 points[i + points_per_side].y = i * spacing; 349 points[i + 2 * points_per_side].x = 400 - i * spacing; 353 points[i + 3 * points_per_side].y = 400 - i * spacing;
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| olympic.c | 219 float spacing = 2.5; local 249 dests[BLUERING][0] = -spacing; 257 dests[REDRING][0] = spacing; 261 dests[YELLOWRING][0] = -spacing / 2.0; 265 dests[GREENRING][0] = spacing / 2.0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| shader_info.h | 273 enum gl_tess_spacing spacing; member in struct:shader_info::__anon3439::__anon3444
|
| /xsrc/external/mit/font-util/dist/ |
| ucs2any.c | 494 char *spacing = NULL; local 638 } else if ((nextc = startswith(l, "SPACING")) != NULL) 640 zquotedcpy(&spacing, nextc); 641 if (spacing == NULL) { 643 "%s: SPACING property in '%s' is invalid string '%s'!\n", 647 zstrtoupper(spacing); 805 (spacing != NULL && strcmp(spacing, "C") == 0))) 956 fprintf(fout_fp, "SPACING \"%s\"\n", spacing); [all...] |
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| bdf.h | 63 #define BDF_PROPORTIONAL 0x08 /* Font has proportional spacing. */ 65 #define BDF_CHARCELL 0x20 /* Font has charcell spacing. */ 169 int spacing; /* Font spacing value. */ member in struct:bdf_font_t_
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| ftfuncs.h | 125 int spacing; /* actual spacing */ member in struct:_FTInstance 164 int spacing, FontBitmapFormatPtr bmfmt,
|
| ftfuncs.c | 108 "SPACING", 313 int spacing, FontBitmapFormatPtr bmfmt, 320 } else if( spacing != instance->spacing ) { 393 int spacing, FontBitmapFormatPtr bmfmt, 404 if(FTInstanceMatch(otherInstance, FTFileName, trans, spacing, bmfmt, 424 instance->spacing = spacing; /* Actual spacing */ 703 if(instance->spacing == FT_CHARCELL) 2761 int spacing, actual_spacing, zero_code; local [all...] |
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| ftfuncs.h | 125 int spacing; /* actual spacing */ member in struct:_FTInstance 164 int spacing, FontBitmapFormatPtr bmfmt,
|
| ftfuncs.c | 110 "SPACING", 315 int spacing, FontBitmapFormatPtr bmfmt, 322 } else if( spacing != instance->spacing ) { 395 int spacing, FontBitmapFormatPtr bmfmt, 406 if(FTInstanceMatch(otherInstance, FTFileName, trans, spacing, bmfmt, 426 instance->spacing = spacing; /* Actual spacing */ 705 if(instance->spacing == FT_CHARCELL) 2765 int spacing, actual_spacing, zero_code; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_shader.h | 100 enum pipe_tess_spacing spacing:3; member in struct:svga_compile_key::__anon2007 255 enum pipe_tess_spacing spacing:3; member in struct:svga_tes_variant
|
| svga_tgsi_vgpu10.c | 369 enum pipe_tess_spacing spacing; member in struct:svga_shader_emitter_v10::__anon2024 2853 emit->tes.spacing = prop->u[0].Data; 3124 switch (emit->key.tcs.spacing) { 3135 debug_printf("invalid tessellator spacing %d\n", emit->key.tcs.spacing); 11288 tes_variant->spacing = emit->tes.spacing;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| TextSinkP.h | 100 point_size, res_x, res_y, spacing, avgwidth, registry, encoding; member in struct:_XawTextProperty
|
| /xsrc/external/mit/libXaw/dist/src/ |
| TextSink.c | 1071 property->spacing = XrmStringToQuark(name); 1198 *point_size, *res_x, *res_y, *spacing, *avgwidth, *registry, *encoding; local 1276 spacing = XrmQuarkToString(property->spacing); 1278 spacing = asterisk; 1306 pixel_size, point_size, res_x, res_y, spacing, avgwidth, 1456 property->spacing = combine->spacing; 1679 if ((argval = XawFindArgVal(params, "spacing")) != NULL && 1682 prop->spacing = XrmStringToQuark(argval->value) [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| xftint.h | 141 int spacing; member in struct:_XftFontInfo
|
| /xsrc/external/mit/mkfontscale/dist/ |
| mkfontscale.c | 538 *spacing, *full_name, *tmp; local 552 spacing = NULL; 590 if (!spacing) { 594 spacing = "c"; 597 spacing = "m"; 601 spacing = "p"; 620 if (!spacing) 621 spacing = t1info->is_fixed_pitch ? "m" : "p"; 694 if (!spacing) 695 spacing = "p" [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| shader_info.h | 461 enum gl_tess_spacing spacing:2; member in struct:shader_info::__anon850::__anon855
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_shader.h | 301 enum gl_tess_spacing spacing; member in struct:radv_shader_variant_info::__anon3278::__anon3284
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcfreetype.c | 1226 int spacing; local 2113 spacing = FcFreeTypeSpacing (face); 2115 /* For PCF fonts, override the computed spacing with the one from 2117 if(FT_Get_BDF_Property(face, "SPACING", &prop) == 0 && 2120 spacing = FC_CHARCELL; 2122 spacing = FC_MONO; 2124 spacing = FC_PROPORTIONAL; 2174 if (spacing != FC_PROPORTIONAL) 2175 if (!FcPatternObjectAddInteger (pat, FC_SPACING_OBJECT, spacing)) 2691 FcFreeTypeCharSetAndSpacing (FT_Face face, FcBlanks *blanks FC_UNUSED, int *spacing) [all...] |
| /xsrc/external/mit/xkbprint/dist/ |
| psgeom.c | 389 char * spacing; member in struct:__anon9723 489 stuff->spacing = tmp;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_shader.h | 288 enum gl_tess_spacing spacing; member in struct:radv_shader_info::__anon593
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_pipeline.c | 1169 ds->shader->nir->info.tess.spacing == TESS_SPACING_UNSPECIFIED ? 1182 enum a6xx_tess_spacing spacing; local 1183 switch (tess_info->tess.spacing) { 1185 spacing = TESS_EQUAL; 1188 spacing = TESS_FRACTIONAL_ODD; 1191 spacing = TESS_FRACTIONAL_EVEN; 1195 unreachable("invalid tess spacing"); 1197 tu_cs_emit(cs, A6XX_PC_TESS_CNTL_SPACING(spacing) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_demo.cpp | 291 ImGui::Spacing(); 445 float spacing = ImGui::GetStyle().ItemInnerSpacing.x; local 448 ImGui::SameLine(0.0f, spacing); 585 ImGui::PushStyleVar(ImGuiStyleVar_IndentSpacing, ImGui::GetFontSize()*3); // Increase spacing to differentiate leaves from expanded contents. 671 ImGui::Spacing(); 1274 ImGui::Spacing(); 1282 ImGui::Spacing(); 1296 const float spacing = 4; local 1297 ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(spacing, spacing)); 1914 const float spacing = ImGui::GetStyle().ItemInnerSpacing.x; local 3964 float x = p.x + 4.0f, y = p.y + 4.0f, spacing = 8.0f; local [all...] |
| /xsrc/external/mit/xterm/dist/ |
| fontutils.c | 130 const char *spacing; member in struct:__anon12072 474 /* spacing */ 475 if ((props.spacing = n_fields(&name, 1, 1)) == NULL) 563 append_fontname_str(&result, props->spacing); 700 || strcmp(old_props.spacing, props->spacing)) { 707 TRACE(("spacing = %s\n", props->spacing)); 711 old_props.spacing = old_spacing; 712 sprintf(old_spacing, "%.*s", (int) sizeof(old_spacing) - 2, props->spacing); [all...] |