HomeSort by relevance Sort by last modified time
    Searched defs:m_translation (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGSVGElement.h 155 FloatPoint m_translation; member in class:WebCore::SVGSVGElement
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 77 void setTranslation(SkScalar x, SkScalar y) { m_translation.set(x, y); }
80 SkPoint translation() const { return m_translation; }
88 rect.offset(m_translation.fX, m_translation.fY);
200 SkPoint m_translation; member in class:WebCore::LayerAndroid

Completed in 119 milliseconds