Searched refs:dx (Results 1 - 25 of 234) sorted by relevance

12345678910

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEOffset.h33 static PassRefPtr<FEOffset> create(Filter*, float dx, float dy);
35 float dx() const;
49 FEOffset(Filter*, float dx, float dy);
H A DFEOffset.cpp35 FEOffset::FEOffset(Filter* filter, float dx, float dy) argument
37 , m_dx(dx)
42 PassRefPtr<FEOffset> FEOffset::create(Filter* filter, float dx, float dy) argument
44 return adoptRef(new FEOffset(filter, dx, dy));
47 float FEOffset::dx() const function in class:WebCore::FEOffset
52 void FEOffset::setDx(float dx) argument
54 m_dx = dx;
104 ts << " dx=\"" << dx() << "\" dy=\"" << dy() << "\"]\n";
H A DFEDropShadow.h40 float dx() const { return m_dx; } function in class:WebCore::FEDropShadow
41 void setDx(float dx) { m_dx = dx; } argument
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_app_mandelbrot.rb15 (0..1000).each{|dx|
17 x = dx / 50.0
H A Dbm_so_nbody.rb26 dx = @x - b2.x
30 distance = Math.sqrt(dx * dx + dy * dy + dz * dz)
34 @vx -= dx * b2_mass_mag
37 b2.vx += dx * b_mass_mag
58 dx = b.x - b2.x
61 distance = Math.sqrt(dx * dx + dy * dy + dz * dz)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A Drot.tcl75 set dx [scan $d %c]
76 if {(65 <= $dx) && ($dx <= 90)} {
78 [expr { (($dx - 65 + $key) % 26) + 65 }]]
79 } elseif {(97 <= $dx) && ($dx <= 122)} {
81 [expr { (($dx - 97 + $key) % 26) + 97 }]]
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/lib/bigdecimal/
H A Djacobian.rb50 dx = x[i].abs/ratio
51 dx = fx[i].abs/ratio if isEqual(dx,f.zero,f.zero,f.eps)
52 dx = f.one/f.ten if isEqual(dx,f.zero,f.zero,f.eps)
60 dx = dx*f.two
61 x[i] += dx
66 deriv <<= (fxNew[j]-fx[j])/dx
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEOffsetElement.idl30 readonly attribute SVGAnimatedNumber dx;
H A DSVGTextPositioningElement.idl29 readonly attribute SVGAnimatedLengthList dx;
H A DSVGFEDropShadowElement.idl24 readonly attribute SVGAnimatedNumber dx;
H A DSVGGlyphRefElement.idl28 [SetterRaisesException] attribute unrestricted float dx;
H A DSVGFEOffsetElement.h45 DECLARE_ANIMATED_NUMBER(Dx, dx)
H A DSVGTextPositioningElement.h44 DECLARE_ANIMATED_LENGTH_LIST(Dx, dx)
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dscaling.tcl74 set dx [expr {abs($xmax-$xmin)}]
76 if { $dx == 0.0 } {
80 set dx [expr {0.2*abs($xmax)}]
81 set xmin [expr {$xmin-0.5*$dx}]
82 set xmax [expr {$xmin+0.5*$dx}]
90 if { $dx < 0.5e-8*(abs($xmin)+abs($xmax)) } {
92 set dx [expr {1.0e-8*$xmean}]
93 set xmin [expr {$xmean - 0.5*$dx}]
94 set xmax [expr {$xmean + 0.5*$dx}]
98 # Determine the factor of 10 so that dx fall
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DSurface.h12 void drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
H A DSurface.cpp15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
28 glyphs, count, (INT *) dx);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatQuad.h121 void move(float dx, float dy) argument
123 m_p1.move(dx, dy);
124 m_p2.move(dx, dy);
125 m_p3.move(dx, dy);
126 m_p4.move(dx, dy);
129 void scale(float dx, float dy) argument
131 m_p1.scale(dx, dy);
132 m_p2.scale(dx, dy);
133 m_p3.scale(dx, dy);
134 m_p4.scale(dx, d
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextLayoutAttributes.h37 float dx; member in struct:WebCore::SVGCharacterData
70 , dx(SVGTextLayoutAttributes::emptyValue())
/macosx-10.10/crontabs-52/files/daily/
H A D110.clean-tmps49 find -dx . -fstype local -type f $args -delete $print
50 find -dx . -fstype local ! -name . -type d $dargs -delete $print
/macosx-10.10/lsof-53/lsof/lib/
H A Dpdvn.c107 if (GET_MAJ_DEV(*rdev) == GET_MIN_DEV(Devtp[c->dx].rdev)) {
110 if (DCunsafe && !Devtp[c->dx].v && !vfy_dev(&Devtp[c->dx]))
114 safestrprt(Devtp[c->dx].name, stdout, f);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_tile.c71 uint32 dx = td->td_tilewidth; local
78 if (dx == (uint32) -1)
79 dx = td->td_imagewidth;
84 if (dx != 0 && dy != 0 && dz != 0) {
85 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx);
93 x/dx;
95 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx;
148 uint32 dx = td->td_tilewidth; local
153 if (dx == (uint32) -1)
154 dx
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixDraw.c31 int dx, dy; /* Amount by which window was shifted. */ member in struct:ScrollInfo
63 TkScrollWindow(tkwin, gc, x, y, width, height, dx, dy, damageRgn)
67 int dx, dy; /* Distance rectangle should be moved. */
75 x, y, (unsigned int) width, (unsigned int) height, x + dx, y + dy);
81 info.dx = dx;
172 rect.x += info->dx;
74 x, y, (unsigned int) width, (unsigned int) height, x + dx, y + dy); local
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixDraw.c30 int dx, dy; /* Amount by which window was shifted. */ member in struct:ScrollInfo
66 int dx, int dy, /* Distance rectangle should be moved. */
74 x, y, (unsigned) width, (unsigned) height, x+dx, y+dy);
80 info.dx = dx;
170 rect.x += info->dx;
60 TkScrollWindow( Tk_Window tkwin, GC gc, int x, int y, int width, int height, int dx, int dy, TkRegion damageRgn) argument
73 x, y, (unsigned) width, (unsigned) height, x+dx, y+dy); local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm50 push dx
54 lds dx,dword ptr [bp+10] ; get filename pointer
63 pop dx
85 push dx
95 pop dx
117 push dx
121 mov dx,word ptr [bp+8] ; LS offset
129 pop dx
151 push dx
155 lds dx,dwor
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderOverflow.h53 void move(LayoutUnit dx, LayoutUnit dy);
71 inline void RenderOverflow::move(LayoutUnit dx, LayoutUnit dy) argument
73 m_layoutOverflow.move(dx, dy);
74 m_visualOverflow.move(dx, dy);

Completed in 470 milliseconds

12345678910