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

  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 92 void setM41(double f) { m_matrix.setM41(f); }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 184 void setM41(double f) { m_matrix[3][0] = f; }

Completed in 37 milliseconds