Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
dpng.h File Reference
#include "url.h"
#include "image.hh"
Include dependency graph for dpng.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * a_Png_new (DilloImage *Image, DilloUrl *url, int version)
 Create the image state data that must be kept between calls.
 
void a_Png_callback (int Op, CacheClient_t *Client)
 

Function Documentation

◆ a_Png_callback()

void a_Png_callback ( int  Op,
CacheClient_t Client 
)

Referenced by Dicache_image().

◆ a_Png_new()

void * a_Png_new ( DilloImage Image,
DilloUrl url,
int  version 
)

Create the image state data that must be kept between calls.

Definition at line 442 of file png.c.

References _MSG, _DilloImage::bg_color, dNew0, and IS_init.

Referenced by Dicache_image().