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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.h 85 void setE(double e) { m_transform[4] = e; }
TransformationMatrix.h 201 void setE(double e) { m_matrix[3][0] = e; }
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSMatrix.h 62 void setE(double f) { m_matrix.setE(f); }

Completed in 918 milliseconds