Searched refs:py (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/agg/src/
H A Dagg_bezier_arc.cpp47 double py[4]; local
49 py[0] = -y0;
51 py[1] = -ty;
53 py[2] = ty;
55 py[3] = y0;
63 curve[i * 2] = cx + rx * (px[i] * cs - py[i] * sn);
64 curve[i * 2 + 1] = cy + ry * (px[i] * sn + py[i] * cs);
/haiku/headers/private/interface/
H A Dclipping.h111 point_in(const clipping_rect &rect, int32 px, int32 py) argument
114 && py >= rect.top && py <= rect.bottom)
/haiku/headers/libs/agg/
H A Dagg_trans_perspective.h244 iterator_x(double px, double py, double step, const trans_perspective& m) : argument
245 den(px * m.w0 + py * m.w1 + m.w2),
247 nom_x(px * m.sx + py * m.shx + m.tx),
249 nom_y(px * m.shy + py * m.sy + m.ty),
571 inline void trans_perspective::transform(double* px, double* py) const
574 double y = *py;
577 *py = m * (x*shy + y*sy + ty);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h725 float px,py, dx,dy; local
728 py = p->pts[(p->npts-1)*2+1];
730 dy = y - py;
731 nsvg__addPoint(p, px + dx/3.0f, py + dy/3.0f);
2074 float x, y, tanx, tany, a, px = 0, py = 0, ptanx = 0, ptany = 0, t[6]; local
2172 nsvg__cubicBezTo(p, px+ptanx,py+ptany, x-tanx, y-tany, x, y);
2174 py = y;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c611 * from the np ordered pairs of data (px,py).
614 * the returned y value is equal to the py for the lowest px.
616 * the returned y value is equal to the py for the highest px.
619 interpolate(int32_t x, int32_t *px, int32_t *py, u_int16_t np) argument
640 hy = py[ip];
649 ly = py[ip];

Completed in 105 milliseconds