Home
last modified time | relevance | path

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

/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter_proto_converter.cc356 auto float_rectangle = GetValidRectangle(left, top, right, bottom); in GetValidIRect() local
357 return std::make_tuple(static_cast<int32_t>(std::get<0>(float_rectangle)), in GetValidIRect()
358 static_cast<int32_t>(std::get<1>(float_rectangle)), in GetValidIRect()
359 static_cast<int32_t>(std::get<2>(float_rectangle)), in GetValidIRect()
360 static_cast<int32_t>(std::get<3>(float_rectangle))); in GetValidIRect()