Home | History | Annotate | Download | only in chromium

Lines Matching refs:m_projectionMatrix

518     renderMatrix = m_projectionMatrix * renderMatrix;
981 m_projectionMatrix = orthoMatrix(drawRect.x(), drawRect.maxX(), drawRect.maxY(), drawRect.y());
983 m_projectionMatrix = orthoMatrix(drawRect.x(), drawRect.maxX(), drawRect.y(), drawRect.maxY());