HomeSort by: relevance | last modified time | path
    Searched refs:widthp (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/libdriver/
printer.cpp 178 int *widthp)
189 if (widthp) {
190 *widthp = w;
195 int *widthp)
202 if (widthp)
203 *widthp = w;
208 int *widthp, font **f)
233 if (widthp)
234 *widthp = w;
238 void printer::set_numbered_char(int num, const environment *env, int *widthp)
    [all...]
  /src/external/gpl2/groff/dist/src/include/
printer.h 69 int *widthp = 0);
71 int *widthp = 0);
73 int *widthp = 0);
75 int *widthp, font **f);
  /src/sys/dev/pci/igma/
igmafb.c 375 igmafb_guess_size(struct igmafb_softc *sc, int *widthp, int *heightp)
383 *widthp = PIPE_HTOTAL_GET_ACTIVE(r);
389 *widthp, *heightp);
391 if (*widthp < 640 || *heightp < 400) {
393 *widthp = PF_WINSZ_GET_WIDTH(r);
398 *widthp, *heightp);
401 if (*widthp < 640) *widthp = 640;
  /src/external/gpl2/groff/dist/src/devices/xditview/
device.c 319 /* Return 1 if the character is present in the font; widthp gets the
322 int device_char_width(DeviceFont *f, int ps, const char *name, int *widthp)
333 *widthp = scale_round(p->width, ps, f->dev->unitwidth);
337 int device_code_width(DeviceFont *f, int ps, int code, int *widthp)
347 *widthp = scale_round(p->width, ps, f->dev->unitwidth);
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 2106 void set_numbered_char(int num, const environment *env, int *widthp);
2108 int *widthp, font **f);
4388 int *widthp)
4418 if (widthp)
4419 *widthp = w;
4424 int *widthp, font **f)
4450 if (widthp)
4451 *widthp = w;
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 3660 static breakpoint *node_list_get_breakpoints(node *p, hunits *widthp,
3664 rest = p->get_breakpoints(*widthp,
3666 node_list_get_breakpoints(p->next, widthp, ns,
3669 *widthp += p->width();
4972 hunits *widthp, int *spacep, node **glyph_comp_np)
4979 *widthp += res->width();
4985 *widthp += res->width();
5001 *widthp += res->width();
5019 *widthp += gn->width();
5024 *widthp += p->width() - old_width
    [all...]
  /src/sys/dev/usb/
udl.c 1441 uint8_t *widthp; local
1464 widthp = sc->sc_cmd_buf - 1;
1470 *widthp = width_cur;
  /src/external/mpl/dhcp/dist/common/
parse.c 65 unsigned *widthp,
73 if (widthp != NULL)
74 *widthp = e->width;
  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 5155 fills in *VALUEP and *WIDTHP with the extracted value and number of
5156 bits extracted. WIDTHP can be NULL. */
5162 int *widthp)
5187 if (widthp)
5188 *widthp = width;
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 5155 fills in *VALUEP and *WIDTHP with the extracted value and number of
5156 bits extracted. WIDTHP can be NULL. */
5162 int *widthp)
5187 if (widthp)
5188 *widthp = width;
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 5155 fills in *VALUEP and *WIDTHP with the extracted value and number of
5156 bits extracted. WIDTHP can be NULL. */
5162 int *widthp)
5187 if (widthp)
5188 *widthp = width;
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 5251 fills in *VALUEP and *WIDTHP with the extracted value and number of
5252 bits extracted. WIDTHP can be NULL. */
5258 int *widthp)
5283 if (widthp)
5284 *widthp = width;

Completed in 98 milliseconds