php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
unit.h File Reference
#include "lexbor/css/base.h"

Go to the source code of this file.

Functions

LXB_API const lxb_css_data_tlxb_css_unit_absolute_relative_by_name (const lxb_char_t *name, size_t length)
 
LXB_API const lxb_css_data_tlxb_css_unit_absolute_by_name (const lxb_char_t *name, size_t length)
 
LXB_API const lxb_css_data_tlxb_css_unit_relative_by_name (const lxb_char_t *name, size_t length)
 
LXB_API const lxb_css_data_tlxb_css_unit_angel_by_name (const lxb_char_t *name, size_t length)
 
LXB_API const lxb_css_data_tlxb_css_unit_frequency_by_name (const lxb_char_t *name, size_t length)
 
LXB_API const lxb_css_data_tlxb_css_unit_resolution_by_name (const lxb_char_t *name, size_t length)
 
LXB_API const lxb_css_data_tlxb_css_unit_duration_by_name (const lxb_char_t *name, size_t length)
 
LXB_API const lxb_css_data_tlxb_css_unit_by_id (lxb_css_type_t id)
 

Function Documentation

◆ lxb_css_unit_absolute_by_name()

LXB_API const lxb_css_data_t * lxb_css_unit_absolute_by_name ( const lxb_char_t * name,
size_t length )

◆ lxb_css_unit_absolute_relative_by_name()

LXB_API const lxb_css_data_t * lxb_css_unit_absolute_relative_by_name ( const lxb_char_t * name,
size_t length )

◆ lxb_css_unit_angel_by_name()

LXB_API const lxb_css_data_t * lxb_css_unit_angel_by_name ( const lxb_char_t * name,
size_t length )

◆ lxb_css_unit_by_id()

LXB_API const lxb_css_data_t * lxb_css_unit_by_id ( lxb_css_type_t id)

◆ lxb_css_unit_duration_by_name()

LXB_API const lxb_css_data_t * lxb_css_unit_duration_by_name ( const lxb_char_t * name,
size_t length )

◆ lxb_css_unit_frequency_by_name()

LXB_API const lxb_css_data_t * lxb_css_unit_frequency_by_name ( const lxb_char_t * name,
size_t length )

◆ lxb_css_unit_relative_by_name()

LXB_API const lxb_css_data_t * lxb_css_unit_relative_by_name ( const lxb_char_t * name,
size_t length )

◆ lxb_css_unit_resolution_by_name()

LXB_API const lxb_css_data_t * lxb_css_unit_resolution_by_name ( const lxb_char_t * name,
size_t length )