#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

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

Member Data Documentation

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

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