Searched refs:tx (Results 1 - 25 of 70) sorted by relevance

123

/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFLinePathBuilder.cpp41 PDF_moveto(Pdf(), tx(p.x), ty(p.y));
47 PDF_lineto(Pdf(), tx(p.x), ty(p.y));
54 tx(p[0].x), ty(p[0].y),
55 tx(p[1].x), ty(p[1].y),
56 tx(p[2].x), ty(p[2].y));
H A DPDFLinePathBuilder.h41 float tx(float x) const { return fWriter->tx(x); } function in class:PDFLinePathBuilder
H A DDrawShape.cpp112 REPORT(kDebug, 0," (%f %f) (%f %f) (%f %f)", tx(control[0].x), ty(control[0].y), tx(control[1].x), ty(control[1].y), tx(control[2].x), ty(control[2].y));
118 tx(control[0].x), ty(control[0].y),
119 tx(control[1].x), ty(control[1].y),
120 tx(control[2].x), ty(control[2].y));
176 PDF_lineto(Pdf(), tx(p->x), ty(p->y));
191 PDF_moveto(Pdf(), tx(point->x), ty(point->y));
H A DDrawShape.h45 inline float tx(float x) { return fWriter->tx(x); } function in class:DrawShape
H A DPDFSystem.h57 inline float tx(float x) { return fX + fScale*x; } function in class:PDFSystem
/haiku-fatelf/src/add-ons/screen_savers/gravity/
H A DGravitySource.h21 float tx; member in class:GravitySource
H A DGravitySource.cpp28 tx = frand() * 30.0f - 15.0f;
37 float dx = tx - x;
56 tx = frand() * 20.0f - 10.0f;
/haiku-fatelf/headers/libs/agg/
H A Dagg_trans_bilinear.h120 double tx = *x; local
122 double xy = tx * ty;
123 *x = m_mtx[0][0] + m_mtx[1][0] * xy + m_mtx[2][0] * tx + m_mtx[3][0] * ty;
124 *y = m_mtx[0][1] + m_mtx[1][1] * xy + m_mtx[2][1] * tx + m_mtx[3][1] * ty;
139 iterator_x(double tx, double ty, double step, const double m[4][2]) : argument
142 x(m[0][0] + m[1][0] * tx * ty + m[2][0] * tx + m[3][0] * ty),
143 y(m[0][1] + m[1][1] * tx * ty + m[2][1] * tx + m[3][1] * ty)
H A Dagg_span_interpolator_linear.h56 double tx; local
59 tx = x;
61 m_trans->transform(&tx, &ty);
62 int x1 = iround(tx * subpixel_scale);
65 tx = x + len;
67 m_trans->transform(&tx, &ty);
68 int x2 = iround(tx * subpixel_scale);
162 double tx; local
170 tx = x;
172 m_trans->transform(&tx,
193 double tx = double(m_src_x) / double(subpixel_scale) + len; local
[all...]
H A Dagg_conv_adaptor_vpgen.h96 double tx, ty; local
97 cmd = m_source->vertex(&tx, &ty);
106 m_start_x = tx;
111 m_vpgen.move_to(tx, ty);
112 m_start_x = tx;
118 m_vpgen.line_to(tx, ty);
H A Dagg_trans_perspective.h134 double tx = *x; local
136 double d = 1.0 / (m_mtx[6][0] * tx + m_mtx[7][0] * ty + 1.0);
137 *x = (m_mtx[0][0] + m_mtx[1][0] * tx + m_mtx[2][0] * ty) * d;
138 *y = (m_mtx[3][0] + m_mtx[4][0] * tx + m_mtx[5][0] * ty) * d;
156 iterator_x(double tx, double ty, double step, const double m[8][1]) : argument
157 den(m[6][0] * tx + m[7][0] * ty + 1.0),
159 nom_x(m[0][0] + m[1][0] * tx + m[2][0] * ty),
161 nom_y(m[3][0] + m[4][0] * tx + m[5][0] * ty),
H A Dagg_trans_affine.h281 register double tx = *x; local
282 *x = tx * m0 + *y * m2 + m4;
283 *y = tx * m1 + *y * m3 + m5;
289 register double tx = *x; local
290 *x = tx * m0 + *y * m2;
291 *y = tx * m1 + *y * m3;
368 trans_affine_translation(double tx, double ty) : argument
369 trans_affine(1.0, 0.0, 0.0, 1.0, tx, ty)
/haiku-fatelf/src/libs/agg/src/
H A Dagg_line_aa_basics.cpp56 double tx = l2.x2 - (l2.x1 - l1.x1) * k; local
65 tx -= (tx - l2.x1) * 2.0;
70 double dx = tx - l2.x1;
78 *x = iround(tx);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ddoasin.c55 double hx,tx,hy,ty,tp,tq,tc,tcc; local
63 MUL2(x,dx,x,dx,u,uu,tp,hx,tx,hy,ty,tq,tc,tcc);
65 MUL2(p,pp,u,uu,p,pp,tp,hx,tx,hy,ty,tq,tc,tcc);
67 MUL2(p,pp,u,uu,p,pp,tp,hx,tx,hy,ty,tq,tc,tcc);
69 MUL2(p,pp,u,uu,p,pp,tp,hx,tx,hy,ty,tq,tc,tcc);
71 MUL2(p,pp,u,uu,p,pp,tp,hx,tx,hy,ty,tq,tc,tcc);
72 MUL2(p,pp,x,dx,p,pp,tp,hx,tx,hy,ty,tq,tc,tcc);
H A Ddosincos.c51 double r,s,p,hx,tx,hy,ty,q,c,cc,d,dd,d2,dd2,e,ee, local
65 MUL2(d,dd,d,dd,d2,dd2,p,hx,tx,hy,ty,q,c,cc);
70 MUL2(d2,dd2,s7.x,ss7.x,ds,dss,p,hx,tx,hy,ty,q,c,cc); /* Taylor */
72 MUL2(d2,dd2,ds,dss,ds,dss,p,hx,tx,hy,ty,q,c,cc); /* series */
74 MUL2(d2,dd2,ds,dss,ds,dss,p,hx,tx,hy,ty,q,c,cc); /* for sin */
75 MUL2(d,dd,ds,dss,ds,dss,p,hx,tx,hy,ty,q,c,cc);
78 MUL2(d2,dd2,c8.x,cc8.x,dc,dcc,p,hx,tx,hy,ty,q,c,cc); ;/* Taylor */
80 MUL2(d2,dd2,dc,dcc,dc,dcc,p,hx,tx,hy,ty,q,c,cc); /* series */
82 MUL2(d2,dd2,dc,dcc,dc,dcc,p,hx,tx,hy,ty,q,c,cc); /* for cos */
84 MUL2(d2,dd2,dc,dcc,dc,dcc,p,hx,tx,h
102 double r,s,p,hx,tx,hy,ty,q,c,cc,d,dd,d2,dd2,e,ee, local
[all...]
H A Ddla.h60 /* satisfies z+zz = x*y exactly. p,hx,tx,hy,ty are temporary */
63 #define EMULV(x,y,z,zz,p,hx,tx,hy,ty) \
64 p=CN*(x); hx=((x)-p)+p; tx=(x)-hx; \
66 z=(x)*(y); zz=(((hx*hy-z)+hx*ty)+tx*hy)+tx*ty;
71 /* that satisfies z+zz = x*y exactly. p,hx,tx,hy,ty,q are temporary */
74 #define MUL12(x,y,z,zz,p,hx,tx,hy,ty,q) \
75 p=CN*(x); hx=((x)-p)+p; tx=(x)-hx; \
77 p=hx*hy; q=hx*ty+tx*hy; z=p+q; zz=((p-z)+q)+tx*t
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h28 * AR5212-specific tx/rx descriptor definition.
41 } tx; member in union:ar5212_desc::__anon2064
51 #define ds_ctl2 u.tx.ctl2
52 #define ds_ctl3 u.tx.ctl3
53 #define ds_txstatus0 u.tx.status0
54 #define ds_txstatus1 u.tx.status1
102 #define AR_XmitRate0 0x0000001f /* series 0 tx rate */
104 #define AR_XmitRate1 0x000003e0 /* series 1 tx rate */
106 #define AR_XmitRate2 0x00007c00 /* series 2 tx rate */
108 #define AR_XmitRate3 0x000f8000 /* series 3 tx rat
[all...]
/haiku-fatelf/src/libs/icon/transformer/
H A DAffineTransformer.cpp129 double tx; local
131 translation(&tx, &ty);
132 object->AddProperty(new FloatProperty(PROPERTY_TRANSLATION_X, tx));
157 double tx; local
159 translation(&tx, &ty);
166 double newTX = object->Value(PROPERTY_TRANSLATION_X, (float)tx);
176 if (newTX != tx || newTY != ty
/haiku-fatelf/headers/os/interface/
H A DAffineTransform.h41 double shx, double sy, double tx,
181 void GetTranslation(double* tx,
198 double tx; member in class:BAffineTransform
213 *x = tmp * sx + *y * shx + tx;
222 register double a = (*x - tx) * d;
235 tx += x;
248 double t4 = tx * ca - ty * sa;
251 ty = tx * sa + ty * ca;
254 tx = t4;
267 tx *
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416desc.h32 ((uint32_t*)(&(_ads)->u.tx.status[_get_index(_ah)]))
34 ((const uint32_t*)(&(_ads)->u.tx.status[_get_index(_ah)]))
40 struct ar5416_tx_desc { /* tx desc has 12 control words + 10 status words */
73 struct ar5416_tx_desc tx; member in union:ar5416_desc::__anon2076
80 #define ds_ctl2 u.tx.ctl2
81 #define ds_ctl3 u.tx.ctl3
82 #define ds_ctl4 u.tx.ctl4
83 #define ds_ctl5 u.tx.ctl5
84 #define ds_ctl6 u.tx.ctl6
85 #define ds_ctl7 u.tx
[all...]
/haiku-fatelf/src/kits/interface/
H A DAffineTransform.cpp38 tx(0.0),
45 double sy, double tx, double ty)
51 tx(tx),
63 tx(other.tx),
110 buffer[4] = tx;
129 tx = buffer[4];
389 double tx; local
394 if (!GetAffineParameters(&tx,
44 BAffineTransform(double sx, double shy, double shx, double sy, double tx, double ty) argument
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_geom.h65 void pdc_translation_matrix(float tx, float ty, pdc_matrix *M);
72 float x, float y, float *tx, float *ty);
/haiku-fatelf/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp189 bufreq.tx.nchunk = 0;
190 bufreq.tx.npacket = 0;
191 bufreq.tx.psize = 0;
247 bufreq.tx.nchunk = 0;
248 bufreq.tx.npacket = 0;
249 bufreq.tx.psize = 0;
357 bufreq.tx.nchunk = 0;
358 bufreq.tx.npacket = 0;
359 bufreq.tx.psize = 0;
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DChannelTransform.cpp53 double tx; local
55 other.translation(&tx, &ty);
65 if (isnanf(tx) || isnanf(ty) || isnanf(scaleX) || isnanf(scaleY))
68 SetTransformation(B_ORIGIN, BPoint(tx, ty), rotation, scaleX, scaleY);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/arm/
H A De_sqrt.c56 double y,t,del,res,res1,hy,z,zz,p,hx,tx,ty,s; local
77 EMULV(res,res1,z,zz,p,hx,tx,hy,ty); /* (z+zz)=res*res1 */

Completed in 257 milliseconds

123