| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fblinebits.h | 62 INT32 pt1, pt2; local in function:POLYLINE 70 pt2 = *pt++; n--; 72 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) { 76 intToX(pt2) + xoff, intToY(pt2) + yoff, 81 pt1 = pt2; 82 pt2 = *pt++; 88 intToX(pt2), intToY(pt2), 128 pt2 ! [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fblinebits.h | 62 INT32 pt1, pt2; local in function:POLYLINE 70 pt2 = *pt++; n--; 72 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) { 76 intToX(pt2) + xoff, intToY(pt2) + yoff, 81 pt1 = pt2; 82 pt2 = *pt++; 88 intToX(pt2), intToY(pt2), 128 pt2 ! [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampledLine.h | 45 sampledLine(Real pt1[2], Real pt2[2]);
|
| H A D | sampledLine.cc | 95 sampledLine::sampledLine(Real pt1[2], Real pt2[2]) argument 102 points[1][0] = pt2[0]; 103 points[1][1] = pt2[1];
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psglue.h | 106 FT_Vector pt2; member in struct:CF2_CallbackParamsRec_
|
| H A D | psft.c | 240 params->pt2.x, 241 params->pt2.y, 0 );
|
| H A D | pshints.c | 74 /* cross product of pt1 position from origin with pt2 position from */ 1375 /* note: pt2 and pt3 are unused */ 1415 ¶ms.pt2, 1464 /* note: pt2 and pt3 are unused */ 1508 /* note: pt2 and pt3 are unused */
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbbits.h | 687 INT32 pt1, pt2; local in function:POLYLINE 704 pt2 = *pts++; 708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr)) 712 intToX(pt2) + xoff, intToY(pt2) + yoff, 719 pt1 = pt2; 720 pt2 = *pts++; 729 intToX(pt2), intToY(pt2), 779 pt2 ! 826 INT32 pt1, pt2; local in function:POLYSEGMENT [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbbits.h | 611 INT32 pt1, pt2; local in function:POLYLINE 629 pt2 = *pts++; 632 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) { 635 intToX(pt2) + xoff, intToY(pt2) + yoff, 641 pt1 = pt2; 642 pt2 = *pts++; 649 intToX(pt2), intToY(pt2), 690 pt2 ! 733 INT32 pt1, pt2; local in function:POLYSEGMENT [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | wave.c | 250 float *pt1, *pt2, *pt3; local in function:InitMesh 329 pt2 = GETCOORD(frameNum, i, j+1)->vertex; 332 dp1[0] = pt2[0] - pt1[0]; 333 dp1[1] = pt2[1] - pt1[1]; 334 dp1[2] = pt2[2] - pt1[2]; 336 dp2[0] = pt3[0] - pt2[0]; 337 dp2[1] = pt3[1] - pt2[1]; 338 dp2[2] = pt3[2] - pt2[2];
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_gradient.c | 430 * step 1: compute the distance of p, pt1 and pt2 in the slope direction. 433 * distance of p, pt1, and pt2 respectively). 1122 GLfloat pt1[2], pt2[2]; local in function:glamor_generate_linear_gradient_picture 1300 pt2); 1301 DEBUGF("pt2:(%f, %f) ---> (%f %f)\n", 1304 pt2[0], pt2[1]); 1386 pt1[1], pt2[1]); 1389 pt_distance = (pt2[0] - p1_distance); 1408 pt_distance = (pt2[ [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | vid_rdcl.c | 224 unsigned int pt2 = READ_VID32(0x408); local in function:redcloud_set_display_control 226 pt2 &= ~((1 << 22) | (1 << 23)); 227 WRITE_VID32(0x408, pt2);
|