Searched refs:p0 (Results 26 - 41 of 41) sorted by relevance

12

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsdevices.c1178 const hpgs_point *p0, const hpgs_point *p1,
1182 hpgs_point ll = { HPGS_MIN(p0->x,p3->x),HPGS_MIN(p0->y,p3->y) };
1183 hpgs_point ur = { HPGS_MAX(p0->x,p3->x),HPGS_MAX(p0->y,p3->y) };
1185 // p1 and p2 inside bbox of p0 and p3.
1197 hpgs_point p1l = { 0.5 * (p0->x + p1->x), 0.5 * (p0->y + p1->y) };
1198 hpgs_point p2l = { 0.25 * (p0->x + p2->x) + 0.5 * p1->x, 0.25 * (p0
1177 add_bezier(hpgs_plotsize_device *pls, const hpgs_point *p0, const hpgs_point *p1, const hpgs_point *p2, const hpgs_point *p3, int depth ) argument
[all...]
H A Dhpgspath.c614 hpgs_point *p0,axis; local
626 p0 = &reader->current_point;
630 hpgs_point p1=*p0;
659 *p0=p3;
767 hpgs_point p0,center = reader->current_point; local
782 p0.x = reader->current_point.x + r;
783 p0.y = reader->current_point.y;
786 if (hpgs_reader_moveto(reader,&p0))
H A Dhpgsfont.c1927 const hpgs_point *p0,
1933 pm0.x = (1.0/3.0) * p0->x + (2.0/3.0) * p1->x;
1934 pm0.y = (1.0/3.0) * p0->y + (2.0/3.0) * p1->y;
1925 quad_to(void *ctxt, hpgs_curveto_func_t curveto_func, const hpgs_point *p0, const hpgs_point *p1, const hpgs_point *p2 ) argument
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp544 uint8 p0 = p[0]; local
547 p[2] = (uint8)(((uint32)bg.red + (uint32)p0) / 2);
552 uint8 p0 = p[0]; local
554 p[2] = p0;
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dsparc-dis.c909 char *p0 = (char *) strchr (op0->args, '+'); local
912 if (p0 && p1)
917 if (p0[-1] == 'i' && p1[1] == 'i')
920 if (p0[1] == 'i' && p1[-1] == 'i')
H A Dm68k-dis.c504 print_insn_arg (d, buffer, p0, addr, info)
507 unsigned char *p0;
513 unsigned char *p = p0;
1126 return p - p0;
/haiku-fatelf/headers/private/firewire/
H A Dfirewire.h320 } p0; member in union:fw_self_id
371 } p0; member in union:fw_self_id
/haiku-fatelf/src/bin/coreutils/src/
H A Dsystem.h540 char const *p0 = ptr; local
541 char const *p1 = p0 + alignment - 1;
H A Dls.c2003 char *p0 = style + 1; local
2004 char *p1 = strchr (p0, '\n');
2006 p1 = p0;
2011 quote (p0));
2014 long_time_format[0] = p0;
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dvfprintf.c1145 exponent(char *p0, int exp, int fmtch) argument
1150 p = p0;
1170 return (p - p0);
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c671 unsigned char* p0; local
688 p0 = buf;
689 p1 = p0 + tilesize;
711 if (TIFFReadTile(tif, p0, col+img->col_offset,
751 p0 + pos, p1 + pos, p2 + pos, (alpha?(pa+pos):NULL));
754 tw, nrow, 0, toskew, p0 + pos, p1 + pos, p2 + pos, (alpha?(pa+pos):NULL));
876 unsigned char *p0, *p1, *p2, *pa; local
888 p0 = buf = (unsigned char *)_TIFFmalloc((alpha?4:3)*stripsize);
894 p1 = p0 + stripsize;
917 p0, ((ro
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dsmbutil.c37 u_int32_t p0, p1, p2, p3; local
39 p0 = date & 0xFF;
44 tp->tm_sec = 2 * (p0 & 0x1F);
45 tp->tm_min = ((p0 >> 5) & 0xFF) + ((p1 & 0x7) << 3);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-ps.c1057 unsigned short p0 = pos[0]; local
1061 pos[3] = p0;
1128 unsigned short p0 = pos[0]; local
1132 pos[3] = p0;
H A Dprint-pcl.c76 int p0; member in struct:__anon5165
1600 *x = pcl_resolutions[i].p0;
1617 *x = pcl_qualities[i].p0;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlwriter.c4219 xmlTextWriterStackEntry *p0; local
4231 p0 = (xmlTextWriterStackEntry *) data0;
4234 return xmlStrcmp(p0->name, p1->name);
4276 xmlTextWriterNsStackEntry *p0; local
4289 p0 = (xmlTextWriterNsStackEntry *) data0;
4292 rc = xmlStrcmp(p0->prefix, p1->prefix);
4295 rc = p0->elem == p1->elem;
/haiku-fatelf/src/tools/rman/
H A Drman.c427 char *p0; local
440 while (*p==' ' || *p=='(') p++; p0=p;
442 manrefsect = p0;

Completed in 237 milliseconds

12