HomeSort by relevance Sort by last modified time
    Searched refs:m_dx (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEOffset.h 51 float m_dx; member in class:WebCore::FEOffset
FEOffset.cpp 38 , m_dx(dx)
50 return m_dx;
55 m_dx = dx;
72 paintRect.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
94 drawingRegion.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp 45 , m_dx(0)
65 x = m_x + m_dx;
70 m_dx = 0;
108 m_dx += dx;
111 m_dx = dx;
118 m_dx = dx;
537 xOrientationShift += m_dx + baselineShift;
544 m_textPathCurrentOffset += m_dx - kerning;
545 m_dx = 0;
591 x += m_dx;
    [all...]
SVGTextLayoutEngine.h 91 float m_dx; member in class:WebCore::SVGTextLayoutEngine

Completed in 45 milliseconds