OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x_factor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
gdi_util.cc
107
double
x_factor
=
local
111
return std::min(
x_factor
, y_factor);
/hardware/ti/omap4xxx/hwc/
hwc.c
551
float
x_factor
= orig_xres * xpy * scr_height;
local
555
if (
x_factor
< y_factor * (1.f - ASPECT_RATIO_TOLERANCE))
556
*adj_xres = (__u32) (
x_factor
* *adj_xres / y_factor + 0.5);
557
else if (
x_factor
* (1.f - ASPECT_RATIO_TOLERANCE) > y_factor)
558
*adj_yres = (__u32) (y_factor * *adj_yres /
x_factor
+ 0.5);
[
all
...]
Completed in 100 milliseconds