OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_repositionMatrix
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
ShaderProgram.cpp
310
total = m_projectionMatrix *
m_repositionMatrix
* m_webViewMatrix
574
renderMatrix = m_projectionMatrix *
m_repositionMatrix
670
m_repositionMatrix
.makeIdentity();
671
m_repositionMatrix
.translate3d(-m_webViewRect.x(), -m_webViewRect.y() - m_titleBarHeight, 0);
672
m_repositionMatrix
.translate3d(m_viewport.fLeft * m_currentScale, m_viewport.fTop * m_currentScale, 0);
673
m_repositionMatrix
.translate3d(-m_animationDelta.x(), -m_animationDelta.y(), 0);
677
m_repositionMatrix
.makeIdentity();
ShaderProgram.h
187
TransformationMatrix
m_repositionMatrix
;
Completed in 60 milliseconds