Home | History | Annotate | Download | only in canvas

Lines Matching defs:reshape

99     m_context->reshape(canvas()->width(), canvas()->height());
140 void WebGLRenderingContext::reshape(int width, int height)
150 m_context->reshape(width, height);