Searched refs:shy (Results 1 - 10 of 10) sorted by relevance

/haiku/src/libs/agg/src/
H A Dagg_trans_affine.cpp31 shy = src[3] - src[1];
72 double t0 = sx * m.sx + shy * m.shx;
75 shy = sx * m.shy + shy * m.sy;
76 sy = shx * m.shy + sy * m.sy;
77 ty = tx * m.shy + ty * m.sy + m.ty;
92 shy = -shy * d;
96 ty = -tx * shy
[all...]
/haiku/headers/libs/agg/
H A Dagg_trans_perspective.h30 double sx, shy, w0, shx, sy, w1, tx, ty, w2; member in struct:agg::trans_perspective
35 sx (1), shy(0), w0(0),
43 sx (v0), shy(v1), w0(v2),
49 sx (m[0]), shy(m[1]), w0(m[2]),
55 sx (a.sx ), shy(a.shy), w0(0),
249 nom_y(px * m.shy + py * m.sy + m.ty),
250 nom_y_step(step * m.shy),
296 shy = q[3] - q[1];
316 sx = shy
[all...]
H A Dagg_trans_affine.h89 double sx, shy, shx, sy, tx, ty; member in struct:agg::trans_affine
94 sx(1.0), shy(0.0), shx(0.0), sy(1.0), tx(0.0), ty(0.0)
100 sx(v0), shy(v1), shx(v2), sy(v3), tx(v4), ty(v5)
105 sx(m[0]), shy(m[1]), shx(m[2]), sy(m[3]), tx(m[4]), ty(m[5])
188 *m++ = sx; *m++ = shy; *m++ = shx; *m++ = sy; *m++ = tx; *m++ = ty;
194 sx = *m++; shy = *m++; shx = *m++; sy = *m++; tx = *m++; ty = *m++;
261 return sx * sy - shy * shx;
267 return 1.0 / (sx * sy - shy * shx);
297 *y = tmp * shy + *y * sy + ty;
305 *y = tmp * shy
[all...]
/haiku/src/kits/interface/
H A DAffineTransform.cpp35 shy(0.0),
44 BAffineTransform::BAffineTransform(double sx, double shy, double shx, argument
48 shy(shy),
60 shy(other.shy),
107 buffer[1] = shy;
128 shy = buffer[1];
479 double t0 = sx * other.sx + shy * other.shx;
482 shy
[all...]
/haiku/headers/os/interface/
H A DAffineTransform.h44 BAffineTransform(double sx, double shy,
207 double shy; member in class:BAffineTransform
226 *y = tmp * shy + *y * sy + ty;
237 *y = b * sx - a * shy;
257 ty += x * shy + y * sy;
267 double t0 = sx * ca - shy * sa;
270 shy = sx * sa + shy * ca;
286 double newSy = -shy * sa + sy * ca;
287 shy
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp289 Add(transform.shy);
573 Read(transform.shy);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js596 this.shy = remoteMessage.dataView.readFloat64();
608 this.shy = 0;
619 return this.sx == 1 && this.shy == 0 && this.shx == 0 && this.sy == 1
626 context.transform(this.sx, this.shy, this.shx, this.sy, this.tx,
/haiku/src/servers/app/
H A DDrawState.cpp815 fTransform.sx, fTransform.shy, fTransform.shx,
H A DServerWindow.cpp1622 Title(), fCurrentView->Name(), transform.sx, transform.shy,
1636 Title(), fCurrentView->Name(), transform.sx, transform.shy,
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp377 fTransform *= agg::trans_affine(transform.sx, transform.shy,

Completed in 97 milliseconds