Home
last modified time | relevance | path

Searched refs:avgwidth (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c605 int32 avgwidth; in get_agg_clause_costs() local
609 avgwidth = transinfo->aggtransspace; in get_agg_clause_costs()
618 avgwidth = ALLOCSET_SMALL_INITSIZE; in get_agg_clause_costs()
622 avgwidth = get_typavgwidth(transinfo->aggtranstype, transinfo->aggtranstypmod); in get_agg_clause_costs()
625 avgwidth = MAXALIGN(avgwidth); in get_agg_clause_costs()
626 costs->transitionSpace += avgwidth + 2 * sizeof(void *); in get_agg_clause_costs()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c605 int32 avgwidth; in get_agg_clause_costs() local
609 avgwidth = transinfo->aggtransspace; in get_agg_clause_costs()
618 avgwidth = ALLOCSET_SMALL_INITSIZE; in get_agg_clause_costs()
622 avgwidth = get_typavgwidth(transinfo->aggtranstype, transinfo->aggtranstypmod); in get_agg_clause_costs()
625 avgwidth = MAXALIGN(avgwidth); in get_agg_clause_costs()
626 costs->transitionSpace += avgwidth + 2 * sizeof(void *); in get_agg_clause_costs()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c605 int32 avgwidth; in get_agg_clause_costs() local
609 avgwidth = transinfo->aggtransspace; in get_agg_clause_costs()
618 avgwidth = ALLOCSET_SMALL_INITSIZE; in get_agg_clause_costs()
622 avgwidth = get_typavgwidth(transinfo->aggtranstype, transinfo->aggtranstypmod); in get_agg_clause_costs()
625 avgwidth = MAXALIGN(avgwidth); in get_agg_clause_costs()
626 costs->transitionSpace += avgwidth + 2 * sizeof(void *); in get_agg_clause_costs()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c605 int32 avgwidth; in get_agg_clause_costs() local
609 avgwidth = transinfo->aggtransspace; in get_agg_clause_costs()
618 avgwidth = ALLOCSET_SMALL_INITSIZE; in get_agg_clause_costs()
622 avgwidth = get_typavgwidth(transinfo->aggtranstype, transinfo->aggtranstypmod); in get_agg_clause_costs()
625 avgwidth = MAXALIGN(avgwidth); in get_agg_clause_costs()
626 costs->transitionSpace += avgwidth + 2 * sizeof(void *); in get_agg_clause_costs()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c605 int32 avgwidth; in get_agg_clause_costs() local
609 avgwidth = transinfo->aggtransspace; in get_agg_clause_costs()
618 avgwidth = ALLOCSET_SMALL_INITSIZE; in get_agg_clause_costs()
622 avgwidth = get_typavgwidth(transinfo->aggtranstype, transinfo->aggtranstypmod); in get_agg_clause_costs()
625 avgwidth = MAXALIGN(avgwidth); in get_agg_clause_costs()
626 costs->transitionSpace += avgwidth + 2 * sizeof(void *); in get_agg_clause_costs()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c605 int32 avgwidth; in get_agg_clause_costs() local
609 avgwidth = transinfo->aggtransspace; in get_agg_clause_costs()
618 avgwidth = ALLOCSET_SMALL_INITSIZE; in get_agg_clause_costs()
622 avgwidth = get_typavgwidth(transinfo->aggtranstype, transinfo->aggtranstypmod); in get_agg_clause_costs()
625 avgwidth = MAXALIGN(avgwidth); in get_agg_clause_costs()
626 costs->transitionSpace += avgwidth + 2 * sizeof(void *); in get_agg_clause_costs()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepagg.c605 int32 avgwidth; in sql_connect()
609 avgwidth = transinfo->aggtransspace; in sql_connect()
618 avgwidth = ALLOCSET_SMALL_INITSIZE; in sql_connect()
622 avgwidth = get_typavgwidth(transinfo->aggtranstype, transinfo->aggtranstypmod); in sql_connect()
625 avgwidth = MAXALIGN(avgwidth); in sql_connect()
626 costs->transitionSpace += avgwidth + 2 * sizeof(void *); in sql_connect()
/dports/games/renpy/renpy-7.4.11-sdk/module/
H A Drenpy.h14 int avgwidth,
21 int avgwidth,
H A Dcore.c44 int avgwidth, in pixellate32_core() argument
77 vw = ( srcw + avgwidth - 1) / avgwidth; in pixellate32_core()
98 int srcx = avgwidth * x; in pixellate32_core()
101 int srcxlimit = srcx + avgwidth; in pixellate32_core()
186 int avgwidth, in pixellate24_core() argument
219 vw = ( srcw + avgwidth - 1) / avgwidth; in pixellate24_core()
240 int srcx = avgwidth * x; in pixellate24_core()
243 int srcxlimit = srcx + avgwidth; in pixellate24_core()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPfm2afm.java254 avgwidth = in.readShortLE(); in openpfm()
329 avgwidth == maxwidth ) { /* Avg width = max width */ in putheader()
471 private short avgwidth; /* Mono if avg=max width */ field in Pfm2afm
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPfm2afm.java225 avgwidth = in.readShortLE(); in openpfm()
300 avgwidth == maxwidth ) { /* Avg width = max width */ in putheader()
442 protected short avgwidth; /* Mono if avg=max width */ field in Pfm2afm
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dmodule.py53 def pixellate(src, dst, avgwidth, avgheight, outwidth, outheight): argument
70 avgwidth, avgheight,
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DTextSink.c1089 property->avgwidth = XrmStringToQuark(name); in SetXlfdDefaults()
1212 *point_size, *res_x, *res_y, *spacing, *avgwidth, *registry, *encoding; in _XawTextSinkAddProperty() local
1294 avgwidth = XrmQuarkToString(property->avgwidth); in _XawTextSinkAddProperty()
1296 avgwidth = asterisk; in _XawTextSinkAddProperty()
1320 pixel_size, point_size, res_x, res_y, spacing, avgwidth, in _XawTextSinkAddProperty()
1475 property->avgwidth = combine->avgwidth; in XawTextSinkCombineProperty()
1698 prop->avgwidth = XrmStringToQuark(argval->value); in XawTextSinkConvertPropertyList()
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Resource/
H A DBaseFont.pm121 $des->{'AvgWidth'}=PDFNum($self->avgwidth || 300);
301 sub avgwidth { subroutine
303 my $aw=$self->data->{avgwidth};
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvtfont.C576 …set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth);
601 …:set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth) in set_properties() argument
604 : avgwidth ? (avgwidth + 1) / 10 in set_properties()
626 unsigned long avgwidth; in set_properties() local
627 if (!XGetFontProperty (f, term->xa [XA_AVERAGE_WIDTH], &avgwidth)) in set_properties()
628 avgwidth = 0; in set_properties()
633 set_properties (p, height, weight, slant, avgwidth); in set_properties()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddesktop-style.cpp459 gdouble avgwidth = 0.0; in stroke_average_width() local
479 avgwidth += width; in stroke_average_width()
485 return avgwidth / (objects.size() - n_notstroked); in stroke_average_width()
771 gdouble avgwidth = 0.0; in objects_query_strokewidth() local
813 avgwidth += sw; in objects_query_strokewidth()
821 avgwidth /= (n_stroked); in objects_query_strokewidth()
823 style_res->stroke_width.computed = avgwidth; in objects_query_strokewidth()
/dports/graphics/grx/grx249/src/fonts/
H A Dfdv_bgi.c175 static unsigned int avgwidth(void) in avgwidth() function
192 hdr->width = avgwidth(); in header()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/sfnt/
H A Dsfobjs.c886 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face() local
892 avgwidth = 0; in sfnt_load_face()
910 ( avgwidth * metrics.x_ppem + em_size / 2 ) / em_size ); in sfnt_load_face()
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/lib/PDF/API2/Resource/
H A DBaseFont.pm72 $descriptor->{'AvgWidth'} = PDFNum($self->avgwidth() || 300);
255 sub avgwidth { subroutine
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Resource/
H A DBaseFont.pm78 $descriptor->{'AvgWidth'} = PDFNum($self->avgwidth() || 300);
288 sub avgwidth { subroutine
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/sfnt/
H A Dsfobjs.c932 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face() local
938 avgwidth = 0; in sfnt_load_face()
956 ( avgwidth * metrics.x_ppem + em_size / 2 ) / em_size ); in sfnt_load_face()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/sfnt/
H A Dsfobjs.c915 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face() local
921 avgwidth = 0; in sfnt_load_face()
939 ( avgwidth * metrics.x_ppem + em_size / 2 ) / em_size ); in sfnt_load_face()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/sfnt/
H A Dsfobjs.c903 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face() local
909 avgwidth = 0; in sfnt_load_face()
927 ( avgwidth * metrics.x_ppem + em_size / 2 ) / em_size ); in sfnt_load_face()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dsfobjs.c915 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face() local
921 avgwidth = 0; in sfnt_load_face()
939 ( avgwidth * metrics.x_ppem + em_size / 2 ) / em_size ); in sfnt_load_face()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dsfobjs.c915 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face() local
921 avgwidth = 0; in sfnt_load_face()
939 ( avgwidth * metrics.x_ppem + em_size / 2 ) / em_size ); in sfnt_load_face()

1234567