Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/display/
Doutput_configurator.cc1038 int framebuffer_width, in GetExtendedModeCTM() argument
1066 static_cast<float>(mode_info->width - 1) / (framebuffer_width - 1); in GetExtendedModeCTM()
1067 ctm.x_offset = static_cast<float>(output.x) / (framebuffer_width - 1); in GetExtendedModeCTM()
Doutput_configurator.h496 int framebuffer_width,