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

  /external/webkit/WebCore/css/
WebKitCSSMatrix.h 91 void setM12(double f) { m_matrix.setM12(f); }
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h 159 void setM12(double f) { m_matrix[0][1] = f; }

Completed in 342 milliseconds