Searched refs:scale3d (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.css37 -webkit-transform: scale3d(1.4, 1.4, 1);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DScaleTransformOperation.h63 transform.scale3d(m_x, m_y, m_z);
H A DTransformationMatrix.h211 TransformationMatrix& scale3d(double sx, double sy, double sz);
H A DTransformationMatrix.cpp727 TransformationMatrix& TransformationMatrix::scale3d(double sx, double sy, double sz) function in class:WebCore::TransformationMatrix
1435 scale3d(decomp.scaleX, decomp.scaleY, decomp.scaleZ);
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dnewtab.css91 -webkit-transform: scale3d(1, 1, 1);
122 -webkit-transform: scale3d(1.4, 1.4, 1);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Duser_pod_row.css24 -webkit-transform: scale3d(0.9, 0.9, 0.9);
52 -webkit-transform: scale3d(0.8, 0.8, 0.8);
57 -webkit-transform: scale3d(1, 1, 1) !important;
77 -webkit-transform: scale3d(2.4, 2.4, 2.4);
92 -webkit-transform: scale3d(2.2, 2.2, 2.2);
H A Dscreen_error_message.css44 -webkit-transform: scale3d(1,1,1);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
H A DCustomFilterRenderer.cpp190 matrix.scale3d(1.0 / m_contextSize.width(), 1.0 / m_contextSize.height(), 1);
192 matrix.scale3d(m_contextSize.width(), m_contextSize.height(), 1);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMatrix.cpp129 return CSSMatrix::create(TransformationMatrix(m_matrix).scale3d(scaleX, scaleY, scaleZ));

Completed in 274 milliseconds