HomeSort by relevance Sort by last modified time
    Searched defs: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
  /development/samples/BrowserPlugin/jni/animation/
AnimationThread.h 55 float m_dx; member in class:AnimationThread
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 91 float m_dx; member in class:WebCore::SVGTextLayoutEngine
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 307 : m_radius(radius), m_dx(dx), m_dy(dy), m_color(c) {}
309 context->setShadow(m_radius, m_dx, m_dy, m_color);
314 int m_dx; member in class:WebCore::GraphicsOperation::SetShadow

Completed in 41 milliseconds