Searched refs:path_effect (Results 1 – 3 of 3) sorted by relevance
/external/cronet/testing/libfuzzer/proto/ |
D | skia_image_filter_proto_converter.cc | 970 VISIT_OPT_OR_NULL(paint_effects, path_effect); in Visit() 1941 void Converter::Visit(const PathEffectChild& path_effect) { in Visit() argument 1945 if (path_effect.has_pair_path_effect()) { in Visit() 1946 Visit(path_effect.pair_path_effect()); in Visit() 1949 VISIT_ONEOF_FLATTENABLE(path_effect, path_2d_path_effect); in Visit() 1950 VISIT_ONEOF_FLATTENABLE(path_effect, line_2d_path_effect); in Visit() 1951 VISIT_ONEOF_FLATTENABLE(path_effect, corner_path_effect); in Visit() 1952 VISIT_ONEOF_FLATTENABLE(path_effect, discrete_path_effect); in Visit() 1953 VISIT_ONEOF_FLATTENABLE(path_effect, path_1d_path_effect); in Visit() 1954 VISIT_DEFAULT_FLATTENABLE(path_effect, dash_impl); in Visit()
|
D | skia_image_filter.proto | 775 optional PathEffectChild path_effect = 1; field
|
/external/skia/tests/ |
D | SerializationTest.cpp | 960 auto path_effect = SkDashPathEffect::Make(intervals, 2, 0); in DEF_TEST() local 961 size_t path_size = SkAlign4(path_effect->serialize()->size()); in DEF_TEST() 967 REPORTER_ASSERT(reporter, path_effect->serialize(storage.get(), storage_size) == 0u); in DEF_TEST() 971 REPORTER_ASSERT(reporter, path_effect->serialize(storage.get(), storage_size) != 0u); in DEF_TEST()
|