OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asW
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
331
float
asW
= fbWidth;
341
asW
= fbWidth * (1.0f - asWidthRatio / 100.0f);
343
asX = (fbWidth -
asW
) / 2;
353
x = (xRatio *
asW
) + asX;
355
w = (wRatio *
asW
);
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
279
float
asW
= fbWidth;
283
asW
= fbWidth * (1.0f - asWidthRatio / 100.0f);
285
asX = (fbWidth -
asW
) / 2;
295
x = (xRatio *
asW
) + asX;
297
w = (wRatio *
asW
);
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
292
float
asW
= fbWidth;
302
asW
= fbWidth * (1.0f - asWidthRatio / 100.0f);
304
asX = (fbWidth -
asW
) / 2;
314
x = (xRatio *
asW
) + asX;
316
w = (wRatio *
asW
);
[
all
...]
Completed in 26 milliseconds