Home
last modified time | relevance | path

Searched refs:path_1d_path_effect (Results 1 – 2 of 2) sorted by relevance

/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter_proto_converter.cc1898 void Converter::Visit(const Path1DPathEffect& path_1d_path_effect) { in Visit() argument
1899 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()
Dskia_image_filter.proto423 Path1DPathEffect path_1d_path_effect = 7; field