Searched refs:dim (Results 1 - 25 of 90) sorted by relevance

1234

/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dcommon.cpp85 const distance &dim, const line_type &lt)
88 assert(dim.x != 0 && dim.y != 0);
93 double psi = atan2(zml.y / dim.y, zml.x / dim.x);
94 position zm = position(dim.x * cos(psi), dim.y * sin(psi));
97 double a_2 = dim.x * dim.x;
99 double b_2 = dim
83 ellipse_arc(const position &cent, const position &z0, const position &z1, const distance &dim, const line_type &lt) argument
124 dashed_ellipse(const position &cent, const distance &dim, const line_type &lt) argument
183 dotted_ellipse(const position &cent, const distance &dim, const line_type &lt) argument
321 rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt, double fill) argument
344 dashed_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
482 dotted_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
591 solid_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
626 filled_rounded_box(const position &cent, const distance &dim, double rad, double fill) argument
[all...]
H A Dobject.cpp72 distance dim = ur - ll; local
76 if (dim.x == 0.0)
79 sc = dim.x/desired_width;
82 if (dim.y == 0.0)
85 double tem = dim.y/desired_height;
95 distance sdim = dim/sc;
102 double xscale = dim.x/max_width;
103 double yscale = dim.y/max_height;
662 position dim; member in class:rectangle_object
665 double width() { return dim
949 position dim; local
[all...]
H A Dtroff.cpp186 void simple_output::ellipse(const position &cent, const distance &dim, argument
192 simple_ellipse(1, cent, dim);
200 dotted_ellipse(cent, dim, lt);
203 dashed_ellipse(cent, dim, lt);
206 simple_ellipse(0, cent, dim);
336 const distance &dim)
343 c.x - dim.x/(2.0*scale),
346 dim.x/scale, dim.y/scale);
335 simple_ellipse(int filled, const position &cent, const distance &dim) argument
H A Dtex.cpp312 void tex_output::ellipse(const position &cent, const distance &dim, argument
334 milliinches(dim.x/(2.0*scale)),
335 milliinches(dim.y/(2.0*scale)));
338 dashed_ellipse(cent, dim / scale, lt);
341 dotted_ellipse(cent, dim / scale, lt);
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Ddutils.h175 int dim
181 int dim
187 int dim
H A Dchecker.c165 ** A 1-dim array of char or byte, or a pointer to a char or byte, OR
166 ** a (1-dim array of) or (pointer to) (struct containing only byte fields).
167 ** OR, a {1-dim array of | pointer to} unsigned short or unsigned long.
219 AST_array_index_n_t *index_p; /* Array index node for minor dim */
284 /* Check dimensions 1..N-1 for conformance (1st dim is index 0). */
502 /* Check dimensions 1..N-1 for varying attribute (1st dim is index 0). */
632 unsigned short dim /* [in] Array dimension to check */
658 index_p = &array_p->index_vec[dim];
666 && fattr_p->max_is_vec[dim].valid
668 && fattr_p->size_is_vec[dim]
1450 unsigned short dim; /* Array dimension */ local
1489 unsigned short dim; /* Array dimension */ local
1689 unsigned short dim; /* Array dimension */ local
[all...]
H A Dpropagat.c482 unsigned short dim;
491 for (dim = 0; dim < max_dim; dim++)
493 if (fattr_p->min_is_vec != NULL && fattr_p->min_is_vec[dim].valid &&
494 fattr_p->min_is_vec[dim].constant == false)
495 FE_SET(fattr_p->min_is_vec[dim].ref.p_ref->fe_info->flags,
497 if (fattr_p->max_is_vec != NULL && fattr_p->max_is_vec[dim].valid &&
498 fattr_p->max_is_vec[dim].constant == false)
499 FE_SET(fattr_p->max_is_vec[dim]
479 unsigned short dim; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixButton.c394 int dim;
396 dim = butPtr->indicatorDiameter;
398 y -= dim/2;
399 if (dim > 2*butPtr->borderWidth) {
400 Tk_Draw3DRectangle(tkwin, pixmap, border, x, y, dim, dim,
406 dim -= 2*butPtr->borderWidth;
428 (unsigned int) dim, (unsigned int) dim);
431 dim, di
392 int dim; local
[all...]
H A DtkUnixMenu.c583 int dim, top, left;
587 dim = (int) mePtr->platformEntryData;
590 left = x + activeBorderWidth + (mePtr->indicatorSpace - dim)/2;
594 top = y + (height - dim)/2;
597 Tk_Fill3DRectangle(menuPtr->tkwin, d, border, left, top, dim,
598 dim, DECORATION_BORDER_WIDTH, TK_RELIEF_SUNKEN);
601 dim -= 2*DECORATION_BORDER_WIDTH;
602 if ((dim > 0) && (mePtr->entryFlags
605 (unsigned int) dim, (unsigned int) dim);
571 int dim, top, left; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixButton.c163 int dim;
204 dim = CHECK_BUTTON_DIM;
213 dim = CHECK_MENU_DIM;
221 dim = RADIO_BUTTON_DIM;
230 dim = RADIO_MENU_DIM;
239 pixmap = Tk_GetPixmap(display, d, dim, dim, depth);
244 x -= dim/2;
245 y -= dim/2;
248 (unsigned int)dim, (unsigne
162 int dim; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32bdf.h123 int top, unsigned char *text, int dim,
H A Ddispnew.c113 struct dim
134 static struct dim allocate_matrices_for_frame_redisplay
137 static int realloc_glyph_pool P_ ((struct glyph_pool *, struct dim));
142 int, int, struct dim));
643 adjust_glyph_matrix (w, matrix, x, y, dim)
647 struct dim dim;
674 left = margin_glyphs_to_reserve (w, dim.width, w->left_margin_cols);
675 right = margin_glyphs_to_reserve (w, dim.width, w->right_margin_cols);
692 if (matrix->rows_allocated < dim
112 struct dim struct
1888 struct dim dim; local
2066 struct dim dim; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drdcoff.c170 unsigned short *dim;
178 dim = pauxent->x_sym.x_fcnary.x_ary.x_dimen;
179 n = dim[0];
180 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++)
181 *dim = *(dim + 1);
182 *dim = 0;
169 unsigned short *dim; local
H A Dcoffgrok.h134 int dim; member in struct:coff_type::__anon7540::__anon7547
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/term/ansi/code/
H A Dattr.tcl66 DEF dim 2 ; # Dim
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Darray.c65 unsigned char dim; member in struct:fixed_array
1068 dot = fp->dim;
1078 dot= --fp->dim;
1237 fp->dim = 0;
1254 for(fp->dim=0;size>0 && fp->dim<fp->ndim; fp->dim++)
1256 fp->cur[fp->dim] = size/fp->incr[fp->dim];
1257 size -= fp->incr[fp->dim]*f
1301 nv_arrfixed(Namval_t *np, Sfio_t *out, int flag, char *dim) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c174 UShort dim; member in struct:__anon13210
325 unsigned int type, unsigned int dim,
331 return imgopen (0, file, image, mode, type, dim, xsize, ysize, zsize);
335 unsigned int type, unsigned int dim,
352 if (dim>1)
354 if (dim>2)
357 image->dim = 2;
359 image->dim = 1;
361 image->dim = 3;
612 switch(image->dim) {
324 imgOpenWrite(MYCHANNEL file, IMAGE *image, const char *mode, unsigned int type, unsigned int dim, unsigned int xsize, unsigned int ysize, unsigned int zsize) argument
334 imgopen(int f, MYCHANNEL file, IMAGE *image, const char *mode, unsigned int type, unsigned int dim, unsigned int xsize, unsigned int ysize, unsigned int zsize) argument
1183 writeHeader(tkimg_MFile *handle, IMAGE *th, UInt type, UInt dim, UInt xsize, UInt ysize, UInt zsize) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DShadowBlur.cpp306 int dim = size.width(); local
328 int alpha2 = pixels[(dim - 1) * stride + channels[step]];
336 int limit = (dim < side2 + 1) ? dim : side2 + 1;
344 limit = (side1 < dim) ? side1 : dim;
347 sum += ((ofs < dim) ? *next : alpha2) - alpha1;
351 for (; ofs < dim; ptr += stride, prev += stride, next += stride, ++i, ++ofs) {
356 for (; i < dim; ptr += stride, prev += stride, ++i) {
367 dim
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Dndrmi2.c898 idl_byte *inner_slice_address; /* Address of 1-dim subset of array */
899 int dim; /* Index through array dimensions */ local
969 dim = dimensionality - 2;
970 while (dim >= 0)
972 control_data[dim].index_value++;
973 if (control_data[dim].index_value < (unsigned32)range_list[dim].upper)
975 control_data[dim].index_value = range_list[dim].lower;
976 dim
[all...]
H A Dndrui2.c1110 idl_byte *inner_slice_address; /* Address of 1-dim subset of array */
1111 int dim; /* Index through array dimensions */ local
1179 dim = dimensionality - 2;
1180 while (dim >= 0)
1182 control_data[dim].index_value++;
1183 if (control_data[dim].index_value < (unsigned32)range_list[dim].upper)
1185 control_data[dim].index_value = range_list[dim].lower;
1186 dim
[all...]
/macosx-10.9.5/swig-10/Source/Swig/
H A Dtypeobj.c662 String *dim = SwigType_parm(c); local
663 if (SwigType_istemplate(dim)) {
664 String *ndim = SwigType_namestr(dim);
665 Delete(dim);
666 dim = ndim;
669 return dim;
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Doc_FR.pm85 dim��cres
95 dim��cres
115 dim��cres
H A Doc.pm33 my $day_format_wide = [ "diluns", "dimar��", "dim��cres", "dij��us", "div��ndres", "dissabte", "Dimenge" ];
90 dim��cres
100 dim��cres
120 dim��cres
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotbusiness.tcl285 set dim [DimColour $colour 0.6]
308 set colour $dim
336 set dim [DimColour $colour 0.6]
376 -fill $dim -outline black
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dname.h93 char dim; member in struct:Namref
165 # define nv_refdimen(n) ((n)->nvalue.nrp->dim)

Completed in 247 milliseconds

1234