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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMMatrix.h 18 void setB(double value) { m_matrix.setM12(value); }
25 void setM12(double value) { m_matrix.setM12(value); }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.h 82 void setM12(double f) { m_matrix.setM12(f); }
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 160 void setM12(double f) { m_matrix[0][1] = f; }

Completed in 84 milliseconds