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

  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 89 void setM32(double f) { m_matrix.setM32(f); }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 178 void setM32(double f) { m_matrix[2][1] = f; }

Completed in 41 milliseconds