Home
last modified time | relevance | path

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

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