Searched refs:m_dy (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEDropShadow.h43 float dy() const { return m_dy; }
44 void setDy(float dy) { m_dy = dy; }
67 float m_dy; member in class:WebCore::FEDropShadow
H A DFEOffset.cpp39 , m_dy(dy)
60 return m_dy;
65 m_dy = dy;
72 paintRect.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
92 drawingRegion.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
H A DFEOffset.h52 float m_dy; member in class:WebCore::FEOffset
H A DFEDropShadow.cpp44 , m_dy(dy)
62 absoluteOffsetPaintRect.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
91 FloatSize offset(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
131 ts << " stdDeviation=\"" << m_stdX << ", " << m_stdY << "\" dx=\"" << m_dx << "\" dy=\"" << m_dy << "\" flood-color=\"" << m_shadowColor.nameForRenderTreeAsText() <<"\" flood-opacity=\"" << m_shadowOpacity << "]\n";
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGGlyphRefElement.h46 float dy() const { return m_dy; }
61 float m_dy; member in class:WebCore::FINAL
H A DSVGGlyphRefElement.cpp46 , m_dy(0)
80 parseNumber(startPtr, endPtr, m_dy);
124 m_dy = dy;
H A DSVGFEDropShadowElement.cpp54 , m_dy(2)
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextLayoutEngine.cpp48 , m_dy(0)
70 y = m_y + m_dy;
73 m_dy = 0;
102 m_dy = dy;
105 m_dy += dy;
112 m_dy = dy;
524 m_textPathCurrentOffset += m_dy - kerning;
525 m_dy = 0;
540 yOrientationShift += m_dy - baselineShift;
583 y += m_dy;
[all...]
H A DSVGTextLayoutEngine.h96 float m_dy; member in class:WebCore::SVGTextLayoutEngine

Completed in 84 milliseconds