Home | History | Annotate | Download | only in functional

Lines Matching refs:m_imageHeight

414 		, m_imageHeight				(imageHeight)
431 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_size;
454 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight);
467 int m_imageHeight;
507 , m_imageHeight (imageHeight)
546 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH;
561 glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, m_imageHeight);
577 int m_imageHeight;