Searched refs:path_1d_path_effect (Results 1 – 2 of 2) sorted by relevance
1898 void Converter::Visit(const Path1DPathEffect& path_1d_path_effect) { in Visit() argument1899 WriteNum(path_1d_path_effect.advance()); in Visit()1900 if (path_1d_path_effect.advance()) { in Visit()1901 Visit(path_1d_path_effect.path()); in Visit()1902 WriteFields(path_1d_path_effect, 3, 4); in Visit()1953 VISIT_ONEOF_FLATTENABLE(path_effect, path_1d_path_effect); in Visit()
423 Path1DPathEffect path_1d_path_effect = 7; field