Searched refs:pt1 (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfblinebits.h62 INT32 pt1, pt2; local in function:POLYLINE
69 pt1 = *pt++; n--;
72 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
75 intToX(pt1) + xoff, intToY(pt1) + yoff,
81 pt1 = pt2;
85 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);
87 CalcLineDeltas(intToX(pt1), intToY(pt1),
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfblinebits.h62 INT32 pt1, pt2; local in function:POLYLINE
69 pt1 = *pt++; n--;
72 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
75 intToX(pt1) + xoff, intToY(pt1) + yoff,
81 pt1 = pt2;
85 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);
87 CalcLineDeltas(intToX(pt1), intToY(pt1),
[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
100 points[0][0] = pt1[0];
101 points[0][1] = pt1[1];
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsglue.h105 FT_Vector pt1; member in struct:CF2_CallbackParamsRec_
H A Dpshints.c74 /* cross product of pt1 position from origin with pt2 position from */
75 /* pt1; we reduce the precision so that the result fits into 32 bits */
1382 &params.pt1,
1390 &params.pt1,
1396 if ( params.pt0.x != params.pt1.x || params.pt0.y != params.pt1.y )
1400 glyphpath->currentDS = params.pt1;
1410 &params.pt1,
1444 &params.pt1,
1452 &params.pt1,
[all...]
H A Dpsft.c185 params->pt1.x,
186 params->pt1.y );
237 params->pt1.x,
238 params->pt1.y, 0 );
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbits.h687 INT32 pt1, pt2; local in function:POLYLINE
702 pt1 = *pts++;
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
711 intToX(pt1) + xoff, intToY(pt1) + yoff,
719 pt1 = pt2;
725 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1) * MUL;
728 CalcLineDeltas (intToX(pt1), intToY(pt1),
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
627 pt1 = *pts++;
632 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
634 intToX(pt1) + xoff, intToY(pt1) + yoff,
641 pt1 = pt2;
646 bits = bitsBase + intToY(pt1) * bitsStride + intToX(pt1);
648 CalcLineDeltas(intToX(pt1), intToY(pt1),
733 INT32 pt1, pt2; local in function:POLYSEGMENT
[all...]
/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
1289 pt1);
1290 DEBUGF("pt1:(%f, %f) ---> (%f %f)\n",
1293 pt1[0], pt1[1]);
1386 pt1[1], pt2[1]);
1388 p1_distance = pt1[0];
1407 p1_distance = (pt1[
[all...]
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dwave.c250 float *pt1, *pt2, *pt3; local in function:InitMesh
328 pt1 = GETCOORD(frameNum, i, j)->vertex;
332 dp1[0] = pt2[0] - pt1[0];
333 dp1[1] = pt2[1] - pt1[1];
334 dp1[2] = pt2[2] - pt1[2];

Completed in 16 milliseconds