Home | History | Annotate | Download | only in src

Lines Matching refs:reshape

109     void reshape(int width, int height);
181 // reshape(), then we need an intermediate bitmap to read back the
653 void GraphicsContext3DInternal::reshape(int width, int height)
1167 void GraphicsContext3D::reshape(int width, int height)
1175 m_internal->reshape(width, height);