Home
last modified time | relevance | path

Searched refs:scale3d (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.cpp408 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/
DImageLayerChromium.cpp111 transform.scale3d(scaleX, scaleY, 1.0f); in tilingTransform()
DLayerChromium.cpp332 renderMatrix.scale3d(width, height, 1); in drawTexturedQuad()
DLayerTilerChromium.cpp443 renderMatrix.scale3d(width, height, 1); in drawTexturedQuad()
DLayerRendererChromium.cpp517 renderMatrix.scale3d(layer->bounds().width(), layer->bounds().height(), 1); in isLayerVisible()
/external/webkit/Source/WebCore/platform/graphics/transforms/
DScaleTransformOperation.h64 transform.scale3d(m_x, m_y, m_z); in apply()
DTransformationMatrix.h215 TransformationMatrix& scale3d(double sx, double sy, double sz);
DTransformationMatrix.cpp637 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/
Dapps_page.css37 -webkit-transform: scale3d(1.4, 1.4, 1);
/external/webkit/Source/WebCore/css/
DWebKitCSSMatrix.cpp125 return WebKitCSSMatrix::create(TransformationMatrix(m_matrix).scale3d(scaleX, scaleY, scaleZ)); in scale()
/external/chromium/chrome/browser/resources/touch_ntp/
Dnewtab.css91 -webkit-transform: scale3d(1, 1, 1);
122 -webkit-transform: scale3d(1.4, 1.4, 1);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.cpp178 renderMatrix.scale3d(bounds().width(), bounds().height(), 1); in drawDebugBorder()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1618150 (WebCore::TransformationMatrix::scale3d):
DChangeLog-2009-06-1641151 (WebCore::TransformationMatrix::scale3d):