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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.h 83 void setM14(double f) { m_matrix.setM14(f); }
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 164 void setM14(double f) { m_matrix[0][3] = f; }

Completed in 35 milliseconds