Searched refs:pt2 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfblinebits.h62 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 Dfblinebits.h62 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 DsampledLine.h45 sampledLine(Real pt1[2], Real pt2[2]);
H A DsampledLine.cc95 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 Dpsglue.h106 FT_Vector pt2; member in struct:CF2_CallbackParamsRec_
H A Dpsft.c240 params->pt2.x,
241 params->pt2.y, 0 );
H A Dpshints.c74 /* cross product of pt1 position from origin with pt2 position from */
1375 /* note: pt2 and pt3 are unused */
1415 &params.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 Dfbbits.h687 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 Dfbbits.h611 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 Dwave.c250 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 Dglamor_gradient.c430 * 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 Dvid_rdcl.c224 unsigned int pt2 = READ_VID32(0x408); local in function:redcloud_set_display_control
226 pt2 &= ~((1 << 22) | (1 << 23));
227 WRITE_VID32(0x408, pt2);

Completed in 16 milliseconds