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

123

/haiku/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_trans_double_path.cpp175 double dx = 1.0; local
H A Dagg_trans_affine.cpp171 void trans_affine::translation(double* dx, double* dy) const argument
H A Dagg_rounded_rect.cpp81 double dx = fabs(m_y2 - m_y1); local
/haiku/src/add-ons/screen_savers/gravity/
H A DGravitySource.cpp44 float dx = tx - x; local
[all...]
/haiku/src/system/libroot/posix/musl/math/
H A Dcbrtl.c33 double_t dr, dt, dx; local
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpatan.c43 double dx; local
H A Dmpsqrt.c50 double dx,dy; local
/haiku/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
H A DLayer.h32 virtual void MovedByHook(float dx, float dy) { } argument
33 virtual void ResizedByHook(float dx, float dy, bool automatic) { } argument
34 virtual void ScrolledByHook(float dx, float dy) { } argument
/haiku/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
H A Dagg_glyph_raster_bin.h35 double dx, dy; member in struct:agg::glyph_raster_bin::glyph_rect
/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc114 PlotFile& PlotFile:: dot(const int xi, const int yi, const int dx, argument
/haiku/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/headers/private/kernel/arch/x86/32/
H A Diframe.h23 uint32 dx; member in struct:iframe
/haiku/src/libs/glut/
H A Dglut_vidresize.c39 static int dx = -1, dy = -1, dw = -1, dh = -1; variable
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.cpp25 double dx = x2 - x1; local
/haiku/headers/private/kernel/arch/x86/64/
H A Diframe.h23 uint64 dx; member in struct:iframe
/haiku/src/kits/interface/
H A DRect.cpp61 BRect::InsetBy(float dx, float dy) argument
79 BRect::InsetBySelf(float dx, float dy) argument
96 BRect::InsetByCopy(float dx, float dy) const argument
115 BRect::OffsetBy(float dx, float dy) argument
133 OffsetBySelf(float dx, float dy) argument
150 OffsetByCopy(float dx, float dy) const argument
291 InsetByCopy__5BRectff(BRect* self, float dx, float dy) argument
309 OffsetByCopy__5BRectff(BRect* self, float dx, float dy) argument
327 OffsetToCopy__5BRectff(BRect* self, float dx, float dy) argument
349 _ZN5BRect11InsetByCopyEff(BRect* self, float dx, float dy) argument
367 _ZN5BRect12OffsetByCopyEff(BRect* self, float dx, float dy) argument
385 _ZN5BRect12OffsetToCopyEff(BRect* self, float dx, float dy) argument
[all...]
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp68 int32 x, y, dx, dy, cnt, square; local
[all...]
H A DStarWindow.h54 int32 dx; member in struct:StarWindow::__anon2046

Completed in 119 milliseconds

123