Lines Matching defs:display
4223 * 'display'; an array of pointers to the stack frames of enclosing functions so
4228 * addresses), this code requires one more pointer to make the display - the
4780 png_byte row[STANDARD_ROWMAX], display[STANDARD_ROWMAX];
4784 * display to make this easier. Don't use 0xff (which is used in
4789 memset(display, 0x5c, sizeof display);
4791 png_read_row(pp, row, display);
4798 deinterlace_row(store_image_row(ps, pp, iDisplay, y), display,
4942 /* At the end both the 'row' and 'display' arrays should end up identical.
4944 * that have been read so far, but 'display' will have those pixels
4949 * bytes, while the 'display' array gets bits off the end of the image (in
4978 sprintf(msg, "display row[%lu][%d] changed from %.2x to %.2x",
5029 /* Set up the display (stack frame) variables from the arguments to the
5065 /* Note that this takes the store, not the display. */
5419 image_pixel_add_alpha(image_pixel *this, PNG_CONST standard_display *display)
5438 if (this->red == display->transparent.red)
5458 if (this->red == display->transparent.red &&
5459 this->green == display->transparent.green &&
5460 this->blue == display->transparent.blue)
5473 this->alpha_sBIT = display->alpha_sBIT;
5523 png_const_structp pp, PNG_CONST struct transform_display *display);
5618 png_const_structp pp, PNG_CONST transform_display *display)
5624 UNUSED(display)
6198 PNG_CONST transform_display *display)
6203 this->next->mod(this->next, that, pp, display);
6236 PNG_CONST transform_display *display)
6246 image_pixel_add_alpha(that, &display->this);
6257 this->next->mod(this->next, that, pp, display);
6294 PNG_CONST transform_display *display)
6302 image_pixel_add_alpha(that, &display->this);
6320 this->next->mod(this->next, that, pp, display);
6353 PNG_CONST transform_display *display)
6362 image_pixel_add_alpha(that, &display->this);
6364 this->next->mod(this->next, that, pp, display);
6403 PNG_CONST transform_display *display)
6405 image_transform_png_set_expand_mod(this, that, pp, display);
6434 PNG_CONST transform_display *display)
6443 image_pixel_add_alpha(that, &display->this);
6448 this->next->mod(this->next, that, pp, display);
6482 PNG_CONST transform_display *display)
6493 this->next->mod(this->next, that, pp, display);
6526 PNG_CONST transform_display *display)
6560 this->next->mod(this->next, that, pp, display);
6593 PNG_CONST transform_display *display)
6603 this->next->mod(this->next, that, pp, display);
6954 PNG_CONST transform_display *display)
6966 PNG_CONST png_modifier *pm = display->pm;
7139 PNG_CONST png_modifier *pm = display->pm;
7224 this->next->mod(this->next, that, pp, display);
7322 PNG_CONST transform_display *display)
7326 image_pixel_add_alpha(that, &display->this);
7373 this->next->mod(this->next, that, pp, display);
7573 PNG_CONST transform_display *display)
7575 this->next->mod(this->next, that, pp, display);