Searched defs:dx (Results 1 - 25 of 98) sorted by relevance

1234

/haiku-fatelf/src/add-ons/screen_savers/gravity/
H A DGravitySource.cpp37 float dx = tx - x; local
[all...]
/haiku-fatelf/src/libs/agg/src/
H A Dagg_trans_warp_magnifier.cpp25 double dx = *x - m_xc; local
H A Dagg_line_aa_basics.cpp70 double dx = tx - l2.x1; local
H A Dagg_gsv_text.cpp609 int dx, dy; local
H A Dagg_trans_single_path.cpp128 double dx = 1.0; local
H A Dagg_rounded_rect.cpp81 double dx = fabs(m_y2 - m_y1); local
H A Dagg_trans_affine.cpp171 void trans_affine::translation(double* dx, double* dy) const argument
H A Dagg_trans_double_path.cpp175 double dx = 1.0; local
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_expf.c84 double x22, t, result, dx; local
H A Dmpatan.c43 double dx; local
H A Ddoasin.c41 void __doasin(double x, double dx, double v[]) { argument
[all...]
H A Dmpsqrt.c50 double dx,dy; local
/haiku-fatelf/src/tests/servers/app/newClipping/
H A DWinBorder.cpp25 void WinBorder::MovedByHook(float dx, float dy) argument
30 void WinBorder::ResizedByHook(float dx, float dy, bool automatic) argument
/haiku-fatelf/headers/libs/agg/
H A Dagg_ellipse_bresenham.h46 int dx() const { return m_dx; } function in class:agg::ellipse_bresenham_interpolator
H A Dagg_trans_lens.h38 double dx = *x - m_xc; local
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Diframe.h23 uint32 dx; member in struct:iframe
/haiku-fatelf/src/libs/glut/
H A Dglut_vidresize.c37 static int dx = -1, dy = -1, dw = -1, dh = -1; variable
/haiku-fatelf/src/libs/stdc++/legacy/
H A DPlotFile.cc114 PlotFile& PlotFile:: dot(const int xi, const int yi, const int dx, argument
/haiku-fatelf/src/servers/app/
H A DIntRect.cpp58 IntRect::InsetBy(int32 dx, int32 dy) argument
76 IntRect::InsetBySelf(int32 dx, int32 dy) argument
93 IntRect::InsetByCopy(int32 dx, int32 dy) argument
112 IntRect::OffsetBy(int32 dx, int32 dy) argument
130 OffsetBySelf(int32 dx, int32 dy) argument
147 OffsetByCopy(int32 dx, int32 dy) argument
184 OffsetToSelf(int32 dx, int32 dy) argument
201 OffsetToCopy(int32 dx, int32 dy) argument
[all...]
/haiku-fatelf/headers/private/kernel/arch/x86/64/
H A Diframe.h22 uint64 dx; member in struct:iframe
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfTileOffsets.cpp253 isValidTile(int dx, int dy, int lx, int ly) const argument
306 operator ()(int dx, int dy, int lx, int ly) argument
339 operator ()(int dx, int dy, int l) argument
346 operator ()(int dx, int dy, int lx, int ly) const argument
379 operator ()(int dx, int dy, int l) const argument
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dpi.h58 int dx, dy; member in struct:opj_pi_comp
97 int x, y, dx, dy; member in struct:opj_pi_iterator
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A Dsupport.cpp25 double dx = x2 - x1; local
/haiku-fatelf/src/kits/interface/
H A DRect.cpp57 BRect::InsetBy(float dx, float dy) argument
75 BRect::InsetBySelf(float dx, float dy) argument
92 BRect::InsetByCopy(float dx, float dy) const argument
111 BRect::OffsetBy(float dx, float dy) argument
129 OffsetBySelf(float dx, float dy) argument
146 OffsetByCopy(float dx, float dy) const argument
183 OffsetToSelf(float dx, float dy) argument
200 OffsetToCopy(float dx, float dy) const argument
287 InsetByCopy__5BRectff(BRect* self, float dx, float dy) argument
305 OffsetByCopy__5BRectff(BRect* self, float dx, float dy) argument
323 OffsetToCopy__5BRectff(BRect* self, float dx, float dy) argument
345 _ZN5BRect11InsetByCopyEff(BRect* self, float dx, float dy) argument
363 _ZN5BRect12OffsetByCopyEff(BRect* self, float dx, float dy) argument
381 _ZN5BRect12OffsetToCopyEff(BRect* self, float dx, float dy) argument
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_overlay.c134 int sx, sy, dx, dy; local

Completed in 422 milliseconds

1234