#include <css_computed_background.h>

Public Member Functions

void compute (const CSSComputedValues &parent, CSSResourceCache *layout, float em_size, float ex_size)
 

Public Attributes

CSSValueBackgroundAttachment background_attachment
 
CSSValueBackgroundClip background_clip
 
CSSValueBackgroundColor background_color
 
CSSValueBackgroundImage background_image
 
CSSValueBackgroundOrigin background_origin
 
CSSValueBackgroundPosition background_position
 
CSSValueBackgroundRepeat background_repeat
 
CSSValueBackgroundSize background_size
 

Member Function Documentation

◆ compute()

void clan::CSSComputedBackground::compute ( const CSSComputedValues parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

Member Data Documentation

◆ background_attachment

CSSValueBackgroundAttachment clan::CSSComputedBackground::background_attachment

◆ background_clip

CSSValueBackgroundClip clan::CSSComputedBackground::background_clip

◆ background_color

CSSValueBackgroundColor clan::CSSComputedBackground::background_color

◆ background_image

CSSValueBackgroundImage clan::CSSComputedBackground::background_image

◆ background_origin

CSSValueBackgroundOrigin clan::CSSComputedBackground::background_origin

◆ background_position

CSSValueBackgroundPosition clan::CSSComputedBackground::background_position

◆ background_repeat

CSSValueBackgroundRepeat clan::CSSComputedBackground::background_repeat

◆ background_size

CSSValueBackgroundSize clan::CSSComputedBackground::background_size

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