Home
last modified time | relevance | path

Searched defs:line_length (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/common/vsoc/lib/
Dscreen_region_view.h57 int line_length() const { return align(x_res() * bytes_per_pixel()); } in line_length() function
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
Dbase_composer.cpp161 int32_t FrameBuffer::line_length() { in line_length() function in cvd::FrameBuffer