Searched defs:tx (Results 1 - 25 of 51) sorted by relevance

123

/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFLinePathBuilder.h41 float tx(float x) const { return fWriter->tx(x); } function in class:PDFLinePathBuilder
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
/haiku-fatelf/src/libs/agg/src/
H A Dagg_line_aa_basics.cpp56 double tx = l2.x2 - (l2.x1 - l1.x1) * k; local
H A Dagg_bezier_arc.cpp44 double tx = (1.0 - x0) * 4.0 / 3.0; local
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_adaptor_vpgen.h96 double tx, ty; local
H A Dagg_span_interpolator_linear.h56 double tx; local
162 double tx; local
193 double tx = double(m_src_x) / double(subpixel_scale) + len; local
[all...]
H A Dagg_trans_bilinear.h120 double tx = *x; local
139 iterator_x(double tx, double ty, double step, const double m[4][2]) : argument
H A Dagg_trans_perspective.h134 double tx = *x; local
156 iterator_x(double tx, double ty, double step, const double m[8][1]) : argument
H A Dagg_trans_affine.h281 register double tx = *x; local
289 register double tx = *x; local
368 trans_affine_translation(double tx, double ty) : argument
H A Dagg_rasterizer_scanline_aa.h494 bool rasterizer_scanline_aa<Clip>::hit_test(int tx, int ty) argument
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DChannelTransform.cpp53 double tx; local
/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
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ddoasin.c55 double hx,tx,hy,ty,tp,tq,tc,tcc; local
H A Ddosincos.c51 double r,s,p,hx,tx,hy,ty,q,c,cc,d,dd,d2,dd2,e,ee, local
102 double r,s,p,hx,tx,hy,ty,q,c,cc,d,dd,d2,dd2,e,ee, local
[all...]
H A De_rem_pio2.c94 double tx[3]; local
H A De_rem_pio2f.c110 float tx[3]; local
/haiku-fatelf/src/libs/icon/transformer/
H A DAffineTransformer.cpp129 double tx; local
157 double tx; local
/haiku-fatelf/src/tests/kits/interface/picture/
H A DMatrix.h59 inline void BMatrix::Translate(float tx, float ty) argument
/haiku-fatelf/headers/os/interface/
H A DAffineTransform.h198 double tx; member in class:BAffineTransform
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_geom.c38 pdc_translation_matrix(float tx, float ty, pdc_matrix *M) argument
134 pdc_transform_point(const pdc_matrix *M, float x, float y, float *tx, float *ty) argument
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsbezier.c199 hpgs_bezier_path_singularities(const hpgs_paint_path *path, int i, double t0, double t1, int *nx, double *tx) argument
/haiku-fatelf/src/libs/ncurses/tack/
H A Doutput.c445 three_digit(char *tx, int i) argument
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_gstate.c142 PDF_translate(PDF *p, float tx, float ty) argument

Completed in 216 milliseconds

123