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

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEOffset.cpp 37 , m_dx(dx)
49 return m_dx;
54 m_dx = dx;
83 m_dx *= sourceImageRect.width();
86 m_dx *= filter->filterResolution().width();
89 FloatRect dstRect = FloatRect(m_dx + m_in->scaledSubRegion().x() - scaledSubRegion().x(),
SVGFEOffset.h 50 float m_dx; member in class:WebCore::FEOffset
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.h 43 float m_dx; member in class:BallAnimation
AnimationPlugin.cpp 75 m_dx = 7 * SCALE;
153 bounce(&m_x, &m_dx, obj->window->width - OW);
  /external/webkit/WebCore/svg/
SVGTextPositioningElement.cpp 38 , m_dx(SVGLengthList::create(SVGNames::dxAttr))

Completed in 62 milliseconds