Go to the source code of this file.
◆ css__compute_absolute_values()
Compute the absolute values of a style
- Parameters
-
| parent | Parent style, or NULL for tree root |
| style | Computed style to process |
| unit_ctx | Client length conversion context. |
- Returns
- CSS_OK on success.
◆ css__computed_style_clone()
Clone a computed style
- Parameters
-
| orig | Style to copy |
| clone_out | Returns cloned style on success |
- Returns
- CSS_OK on success.
◆ css__computed_style_create()
Create a computed style
- Parameters
-
| result | Pointer to location to receive result |
- Returns
- CSS_OK on success, CSS_NOMEM on memory exhaustion, CSS_BADPARM on bad parameters.
◆ css__computed_style_initialise()
Populate a blank computed style with Initial values
- Parameters
-
| style | Computed style to populate |
| handler | Dispatch table of handler functions |
| pw | Client-specific private data for handler functions |
- Returns
- CSS_OK on success.