Searched defs:dy (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGGlyphRefElement.h46 float dy() const { return m_dy; } function in class:WebCore::FINAL
H A DSVGGlyphRefElement.cpp120 void SVGGlyphRefElement::setDy(float dy, ExceptionCode&) argument
H A DSVGTransformDistance.cpp131 float dy = first.translate().y() + second.translate().y() * repeatCount; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEOffset.cpp36 FEOffset::FEOffset(Filter* filter, float dx, float dy) argument
43 PassRefPtr<FEOffset> FEOffset::create(Filter* filter, float dx, float dy) argument
58 float FEOffset::dy() const function in class:WebCore::FEOffset
63 void FEOffset::setDy(float dy) argument
H A DFEDropShadow.cpp39 FEDropShadow::FEDropShadow(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity) argument
50 PassRefPtr<FEDropShadow> FEDropShadow::create(Filter* filter, float stdX, float stdY, float dx, float dy, const Color& shadowColor, float shadowOpacity) argument
H A DFEDropShadow.h43 float dy() const { return m_dy; } function in class:WebCore::FEDropShadow
44 void setDy(float dy) { m_dy = dy; } argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutAttributes.h40 float dy; member in struct:WebCore::SVGCharacterData
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderOverflow.h70 inline void RenderOverflow::move(LayoutUnit dx, LayoutUnit dy) argument
/macosx-10.9.5/tcl-102/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.9.5/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h85 int dy; member in struct:vc_progress_element
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatQuad.h121 void move(float dx, float dy) argument
129 void scale(float dx, float dy) argument
[all...]
H A DIntPoint.h82 void move(int dx, int dy) { m_x += dx; m_y += dy; } argument
H A DFloatPoint.h92 void move(float dx, float dy) argument
H A DFloatPoint3D.h74 void move(float dx, float dy, float dz) argument
H A DIntRect.h111 void move(int dx, int dy) { m_location.move(dx, dy); } argument
164 void inflateY(int dy) argument
H A DLayoutPoint.h66 void move(LayoutUnit dx, LayoutUnit dy) { m_x += dx; m_y += dy; } argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectionHandler.h81 void setOverlayExpansionHeight(int dy) { m_overlayExpansionHeight = dy; } argument
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_overlay.c142 int sx, sy, dx, dy; local
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_tile.c72 uint32 dy = td->td_tilelength; local
149 uint32 dy = td->td_tilelength; local
[all...]
/macosx-10.9.5/tcl-102/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.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDPointing.cpp138 dispatchRelativePointerEvent( AbsoluteTime timeStamp, SInt32 dx, SInt32 dy, UInt32 buttonState, IOOptionBits options) argument
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dder_date.c38 int dy = g.year - 2001; local
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dder_date.c38 int dy = g.year - 2001; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DSimpleFontDataBlackBerry.cpp159 FS_FIXED dx, dy; local
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/bmp/
H A DBMPImageReader.cpp565 const uint8_t dy = m_data->data()[m_decodedOffset + 3]; local

Completed in 220 milliseconds

12345