OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_contentToViewMatrix
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp
539
m_contentToViewMatrix
= viewScale * viewTranslate * m_visibleContentRectProjectionMatrix;
632
TransformationMatrix renderMatrix =
m_contentToViewMatrix
* drawMatrix;
638
return
m_contentToViewMatrix
.mapRect(rect);
653
FloatRect visibleContentRect =
m_contentToViewMatrix
.inverse().mapRect(rect);
[
all
...]
ShaderProgram.h
199
TransformationMatrix
m_contentToViewMatrix
;
Completed in 46 milliseconds