Searched refs:renderMatrix (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.cpp177 TransformationMatrix renderMatrix = drawTransform(); local
178 renderMatrix.scale3d(bounds().width(), bounds().height(), 1);
179 toGLMatrix(&glMatrix[0], layerRenderer()->projectionMatrix() * renderMatrix);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DShaderProgram.cpp591 TransformationMatrix renderMatrix = m_contentToInvViewMatrix * drawMatrix; local
592 return renderMatrix.mapRect(srect);
599 TransformationMatrix renderMatrix = m_contentToViewMatrix * drawMatrix; local
600 return renderMatrix.mapRect(srect);
685 TransformationMatrix renderMatrix = local
688 FloatPoint3D result = renderMatrix.mapPoint(point);
773 TransformationMatrix renderMatrix; local
774 renderMatrix = m_surfaceProjectionMatrix * modifiedDrawMatrix;
781 GLUtils::toGLMatrix(m_tileProjMatrix, renderMatrix);
829 TransformationMatrix renderMatrix local
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp329 TransformationMatrix renderMatrix = drawMatrix; local
332 renderMatrix.scale3d(width, height, 1);
335 toGLMatrix(&glMatrix[0], projectionMatrix * renderMatrix);
H A DLayerRendererChromium.cpp516 TransformationMatrix renderMatrix = matrix; local
517 renderMatrix.scale3d(layer->bounds().width(), layer->bounds().height(), 1);
518 renderMatrix = m_projectionMatrix * renderMatrix;
521 FloatRect mappedRect = renderMatrix.mapRect(layerRect);
H A DLayerTilerChromium.cpp440 TransformationMatrix renderMatrix = drawMatrix; local
443 renderMatrix.scale3d(width, height, 1);
446 LayerChromium::toGLMatrix(&glMatrix[0], projectionMatrix * renderMatrix);

Completed in 372 milliseconds