Searched refs:scale3d (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | ShaderProgram.cpp | 408 matrix.scale3d(2, 2, 1); in initGLResources() 511 viewScale.scale3d(m_invScreenRect.width() * 0.5f, m_invScreenRect.height() * 0.5f, 1); in setupDrawing() 515 viewTranslate.scale3d(1, -1, 1); in setupDrawing() 684 modifiedDrawMatrix.scale3d(w, h, 1); in zValue() 739 scaleMatrix.scale3d(m_currentScale, m_currentScale, 1); in setupSurfaceProjectionMatrix() 767 modifiedDrawMatrix.scale3d(geometry->width() * fillPortion.width(), in getTileProjectionMatrix() 825 modifiedDrawMatrix.scale3d(m_currentScale, m_currentScale, 1); in drawVideoLayerQuad() 828 modifiedDrawMatrix.scale3d(geometry.width(), geometry.height(), 1); in drawVideoLayerQuad() 869 matrix.scale3d(m_currentScale, m_currentScale, 1); in usePointSampling() 872 matrix.scale3d(1.0 / tileScale, 1.0 / tileScale, 1); in usePointSampling() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | ImageLayerChromium.cpp | 111 transform.scale3d(scaleX, scaleY, 1.0f); in tilingTransform()
|
D | LayerChromium.cpp | 332 renderMatrix.scale3d(width, height, 1); in drawTexturedQuad()
|
D | LayerTilerChromium.cpp | 443 renderMatrix.scale3d(width, height, 1); in drawTexturedQuad()
|
D | LayerRendererChromium.cpp | 517 renderMatrix.scale3d(layer->bounds().width(), layer->bounds().height(), 1); in isLayerVisible()
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
D | ScaleTransformOperation.h | 64 transform.scale3d(m_x, m_y, m_z); in apply()
|
D | TransformationMatrix.h | 215 TransformationMatrix& scale3d(double sx, double sy, double sz);
|
D | TransformationMatrix.cpp | 637 TransformationMatrix& TransformationMatrix::scale3d(double sx, double sy, double sz) in scale3d() function in WebCore::TransformationMatrix 1126 scale3d((float) decomp.scaleX, (float) decomp.scaleY, (float) decomp.scaleZ); in recompose()
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | apps_page.css | 37 -webkit-transform: scale3d(1.4, 1.4, 1);
|
/external/webkit/Source/WebCore/css/ |
D | WebKitCSSMatrix.cpp | 125 return WebKitCSSMatrix::create(TransformationMatrix(m_matrix).scale3d(scaleX, scaleY, scaleZ)); in scale()
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | newtab.css | 91 -webkit-transform: scale3d(1, 1, 1); 122 -webkit-transform: scale3d(1.4, 1.4, 1);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCLayerImpl.cpp | 178 renderMatrix.scale3d(bounds().width(), bounds().height(), 1); in drawDebugBorder()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 18150 (WebCore::TransformationMatrix::scale3d):
|
D | ChangeLog-2009-06-16 | 41151 (WebCore::TransformationMatrix::scale3d):
|