Searched refs:rectToRect (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/efl/
H A DGraphicsSurfaceCommon.cpp188 adjustedTransform.multiply(TransformationMatrix::rectToRect(m_private->rect(), targetRect));
H A DGLTransportSurface.cpp152 TransformationMatrix matrix = TransformationMatrix(identityMatrix).multiply(TransformationMatrix::rectToRect(FloatRect(0, 0, 1, 1), targetRect));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.cpp47 return TransformationMatrix::rectToRect(rect(), targetRect);
H A DTextureMapperGL.cpp700 TransformationMatrix(modelViewMatrix).multiply(TransformationMatrix::rectToRect(FloatRect(0, 0, 1, 1), rect));
1219 .multiply(TransformationMatrix::rectToRect(FloatRect(0, 0, 1, 1), targetRect));
1221 static const TransformationMatrix fullProjectionMatrix = TransformationMatrix::rectToRect(FloatRect(0, 0, 1, 1), FloatRect(-1, -1, 2, 2));
H A DTextureMapperLayer.cpp109 TransformationMatrix::rectToRect(FloatRect(FloatPoint::zero(), m_state.contentsTileSize), m_state.contentsRect)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedBackingStore.cpp117 return TransformationMatrix::rectToRect(rect(), targetRect);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/glx/
H A DGraphicsSurfaceGLX.cpp399 adjustedTransform.multiply(TransformationMatrix::rectToRect(rectOnContents, targetRect));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/mac/
H A DGraphicsSurfaceMac.cpp341 adjustedTransform.multiply(TransformationMatrix::rectToRect(rectOnContents, targetRect));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/win/
H A DGraphicsSurfaceWin.cpp429 adjustedTransform.multiply(TransformationMatrix::rectToRect(rectOnContents, targetRect));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.h264 static TransformationMatrix rectToRect(const FloatRect&, const FloatRect&);
H A DTransformationMatrix.cpp965 TransformationMatrix TransformationMatrix::rectToRect(const FloatRect& from, const FloatRect& to) function in class:WebCore::TransformationMatrix
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore.cpp1319 transformation = TransformationMatrix::rectToRect(FloatRect(FloatPoint(0.0, 0.0), WebCore::IntSize(transformedSrcRect.size())), WebCore::IntRect(dstRect));

Completed in 400 milliseconds