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 D | gtkcssimagegradient.c | 369 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 D | gtkcsstransformvalue.c | 821 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 D | gtkcssparserprivate.h | 80 gboolean _gtk_css_parser_try_double (GtkCssParser *parser,
|
H A D | gtkcsscolorvalue.c | 666 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 D | gtkcssimagewin32.c | 146 if (!_gtk_css_parser_try_double (parser, &wimage->over_alpha)) in gtk_css_image_win32_parse()
|
H A D | gtkcssstylefuncs.c | 494 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 D | gtkcsseasevalue.c | 230 if (!_gtk_css_parser_try_double (parser, &values[i])) in gtk_css_ease_value_parse_cubic_bezier()
|
H A D | gtkcsskeyframes.c | 342 else if (_gtk_css_parser_try_double (parser, &progress) && in _gtk_css_keyframes_parse()
|
H A D | gtkcssparser.c | 575 _gtk_css_parser_try_double (GtkCssParser *parser, in _gtk_css_parser_try_double() function
|