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

12345

/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DSurface.cpp15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, argument
H A DGDIFontInstance.cpp57 le_int32 *dx = LE_NEW_ARRAY(le_int32, count); local
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGGlyphRefElement.h44 float dx() const { return m_dx; } function in class:WebCore::final
H A DSVGGlyphRefElement.cpp115 void SVGGlyphRefElement::setDx(float dx, ExceptionCode&) argument
H A DSVGTransformDistance.cpp138 float dx = first.translate().x() + second.translate().x() * repeatCount; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEOffset.cpp35 FEOffset::FEOffset(Filter* filter, float dx, float dy) argument
42 PassRefPtr<FEOffset> FEOffset::create(Filter* filter, float dx, float dy) argument
47 float FEOffset::dx() const function in class:WebCore::FEOffset
52 void FEOffset::setDx(float dx) argument
H A DFEDropShadow.cpp36 FEDropShadow::FEDropShadow(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity) argument
47 PassRefPtr<FEDropShadow> FEDropShadow::create(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity) argument
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/WebCore-7600.1.25/rendering/svg/
H A DSVGTextLayoutAttributes.h37 float dx; member in struct:WebCore::SVGCharacterData
/macosx-10.10/lsof-53/lsof/
H A Dusage.c118 int dx; local
/macosx-10.10/Libc-1044.1.2/gen/
H A Ddisklabel.c88 u_int32_t *dx; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGeometryUtilities.cpp112 float dx = destRect.height() * aspectRatio - destRect.width(); local
H A DFloatQuad.h121 void move(float dx, float dy) argument
129 void scale(float dx, float dy) argument
[all...]
H A DFloatPoint.h74 void move(float dx, float dy) argument
H A DFloatPoint3D.h74 void move(float dx, float dy, float dz) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cpu/arm/filters/
H A DFEGaussianBlurNEON.h37 boxBlurNEON(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* dstPixelArray, unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight) argument
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderOverflow.h71 inline void RenderOverflow::move(LayoutUnit dx, LayoutUnit dy) argument
/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
74 x, y, (unsigned int) width, (unsigned int) height, x + dx, y + dy); local
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.h84 int dx; member in struct:vc_progress_element
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DRasterShape.cpp72 int dx = (xInterceptsIndex >= m_xIntercepts.size()) ? 0 : m_xIntercepts[xInterceptsIndex]; local
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_overlay.c142 int sx, sy, dx, dy; local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/sets/
H A Dm.c629 int new, dx = 0; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_tile.c71 uint32 dx = td->td_tilewidth; local
148 uint32 dx = td->td_tilewidth; local
[all...]
/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
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/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDPointing.cpp144 dispatchRelativePointerEvent( AbsoluteTime timeStamp, SInt32 dx, SInt32 dy, UInt32 buttonState, IOOptionBits options) argument

Completed in 410 milliseconds

12345