Lines Matching refs:Height
278 buffer = malloc(img->Width * img->Height
285 0, 0, 0, img->Width, img->Height, img->Depth,
292 write_ppm(s, buffer, img->Width, img->Height, 4, 0, 1, 2, GL_FALSE);
329 buffer = malloc(rb->Width * rb->Height * 4);
331 st_ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
342 write_ppm(s, buffer, rb->Width, rb->Height, 4, 0, 1, 2, GL_TRUE);
371 texImg->Width, texImg->Height, texImg->Depth,
423 rb->Name, rb->Width, rb->Height,
458 const GLuint h = ctx->DrawBuffer->Height;
488 const GLuint h = ctx->DrawBuffer->Height;
524 const GLuint h = ctx->DrawBuffer->Height;
614 0, 0, img->Width, img->Height, GL_MAP_READ_BIT,
644 for (i = 0; i < img->Height; i++) {