NetSurf
Data Fields
content_redraw_data Struct Reference

parameters to content redraw More...

#include <content.h>

Data Fields

int x
 coordinate for top-left of redraw More...
 
int y
 coordinate for top-left of redraw More...
 
int width
 dimensions to render content at (for scaling contents with intrinsic dimensions) More...
 
int height
 vertical dimension More...
 
colour background_colour
 The background colour. More...
 
float scale
 Scale for redraw (for scaling contents without intrinsic dimensions) More...
 
bool repeat_x
 whether content is tiled in x direction More...
 
bool repeat_y
 whether content is tiled in y direction More...
 

Detailed Description

parameters to content redraw

Definition at line 40 of file content.h.

Field Documentation

◆ background_colour

colour content_redraw_data::background_colour

◆ height

int content_redraw_data::height

◆ repeat_x

bool content_redraw_data::repeat_x

◆ repeat_y

bool content_redraw_data::repeat_y

◆ scale

float content_redraw_data::scale

◆ width

int content_redraw_data::width

◆ x

int content_redraw_data::x

◆ y

int content_redraw_data::y

The documentation for this struct was generated from the following file: