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

  /external/webkit/WebCore/css/
WebKitCSSMatrix.h 104 void setM43(double f) { m_matrix.setM43(f); }
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.h 185 void setM43(double f) { m_matrix[3][2] = f; }

Completed in 375 milliseconds