Home
last modified time | relevance | path

Searched refs:_gtk_css_parser_try_double (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssimagegradient.c369 else if (!_gtk_css_parser_try_double (parser, &coords[i * 3])) in _gtk_gradient_parse()
382 else if (!_gtk_css_parser_try_double (parser, &coords[i * 3 + 1])) in _gtk_gradient_parse()
399 if (! _gtk_css_parser_try_double (parser, &coords[(i * 3) + 2])) in _gtk_gradient_parse()
455 if (!_gtk_css_parser_try_double (parser, &position)) in _gtk_gradient_parse()
H A Dgtkcsstransformvalue.c821 if (!_gtk_css_parser_try_double (parser, &transform->matrix.matrix.xx) in gtk_css_transform_parse()
823 || !_gtk_css_parser_try_double (parser, &transform->matrix.matrix.xy) in gtk_css_transform_parse()
825 || !_gtk_css_parser_try_double (parser, &transform->matrix.matrix.x0) in gtk_css_transform_parse()
827 || !_gtk_css_parser_try_double (parser, &transform->matrix.matrix.yx) in gtk_css_transform_parse()
829 || !_gtk_css_parser_try_double (parser, &transform->matrix.matrix.yy) in gtk_css_transform_parse()
831 || !_gtk_css_parser_try_double (parser, &transform->matrix.matrix.y0)) in gtk_css_transform_parse()
H A Dgtkcssparserprivate.h80 gboolean _gtk_css_parser_try_double (GtkCssParser *parser,
H A Dgtkcsscolorvalue.c666 if (!_gtk_css_parser_try_double (parser, &tmp)) in _gtk_css_color_value_parse_function()
693 if (!_gtk_css_parser_try_double (parser, &rgba.alpha)) in _gtk_css_color_value_parse_function()
750 if (!_gtk_css_parser_try_double (parser, &d)) in _gtk_css_color_value_parse_function()
H A Dgtkcssimagewin32.c146 if (!_gtk_css_parser_try_double (parser, &wimage->over_alpha)) in gtk_css_image_win32_parse()
H A Dgtkcssstylefuncs.c494 if (!_gtk_css_parser_try_double (parser, &d)) in double_value_parse()
517 if (!_gtk_css_parser_try_double (parser, &d)) in float_value_parse()
H A Dgtkcsseasevalue.c230 if (!_gtk_css_parser_try_double (parser, &values[i])) in gtk_css_ease_value_parse_cubic_bezier()
H A Dgtkcsskeyframes.c342 else if (_gtk_css_parser_try_double (parser, &progress) && in _gtk_css_keyframes_parse()
H A Dgtkcssparser.c575 _gtk_css_parser_try_double (GtkCssParser *parser, in _gtk_css_parser_try_double() function