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

  /external/webkit/WebCore/css/
WebKitCSSMatrix.h 92 void setM13(double f) { m_matrix.setM13(f); }
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h 161 void setM13(double f) { m_matrix[0][2] = f; }

Completed in 1103 milliseconds