Lines Matching refs:Width
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,
457 const GLuint w = ctx->DrawBuffer->Width;
487 const GLuint w = ctx->DrawBuffer->Width;
523 const GLuint w = ctx->DrawBuffer->Width;
614 0, 0, img->Width, img->Height, GL_MAP_READ_BIT,
645 for (j = 0; j < img->Width; j++) {
654 data += (srcRowStride - img->Width) * c;