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

  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 88 void setM31(double f) { m_matrix.setM31(f); }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 176 void setM31(double f) { m_matrix[2][0] = f; }

Completed in 40 milliseconds