HomeSort by: relevance | last modified time | path
    Searched refs:spacing (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /xsrc/external/mit/fontconfig/dist/conf.d/
48-spacing.conf 4 <description>Add mono to the family when spacing is 100</description>
6 If the request specifies spacing 100, add monospace to family
9 <test qual="any" name="spacing" compare="eq">
Makefile.am 43 48-spacing.conf \
90 48-spacing.conf \
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
p_tessellator.h 55 enum pipe_tess_spacing spacing,
p_tessellator.cpp 130 enum pipe_tess_spacing spacing,
140 tessellator->Init(tes_prim_mode, spacing, tes_vertex_order_cw, tes_point_mode);
  /xsrc/external/mit/fontconfig/dist/fontconfig/
fcfreetype.h 40 FcFreeTypeCharSetAndSpacing (FT_Face face, FcBlanks *blanks, int *spacing);
  /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/MesaLib/dist/src/gallium/auxiliary/draw/
draw_tess.h 81 unsigned spacing; member in struct:draw_tess_eval_shader
  /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/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/fontconfig/include/
fcobjshash.h 106 char FcObjectTypeNamePool_str16[sizeof("spacing")];
164 "spacing",
  /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/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/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/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/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_emit.h 266 fd6_gl2spacing(enum gl_tess_spacing spacing)
268 switch (spacing) {
277 unreachable("spacing must be specified");
  /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_state_ts.c 88 key->tcs.spacing = tes->spacing;
  /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/libxcb/dist/src/
c_client.py 1361 spacing = ' '*(maxtypelen-len(typespec)-len(pointerspec))
1362 param_str.append("%s%s%s %s%s" % (indent, typespec, spacing, pointerspec, field_name))
1939 spacing = ' '*(len(field.c_length_name)+2)
1940 add_param_str = additional_params_to_str(spacing)
1943 _h('%sconst %s *S%s);', spacing, S_obj.c_type, add_param_str)
1944 _c('%sconst %s *S%s)', spacing, S_obj.c_type, add_param_str)
1982 spacing = ' '*(len(field.c_end_name)+2)
1983 add_param_str = additional_params_to_str(spacing)
1986 _h('%sconst %s *S%s);', spacing, S_obj.c_type, add_param_str)
1987 _c('%sconst %s *S%s)', spacing, S_obj.c_type, add_param_str
    [all...]
  /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/MesaLib/dist/src/compiler/
shader_info.h 461 enum gl_tess_spacing spacing:2; member in struct:shader_info::__anon850::__anon855
  /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

Completed in 54 milliseconds

1 2 3