OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yres_orig
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp
85
void changeResolution(hwc_context_t *ctx, int xres_orig, int
yres_orig
) {
88
ctx->dpyAttr[HWC_DISPLAY_PRIMARY].
yres_orig
=
yres_orig
;
98
xres != xres_orig && yres !=
yres_orig
) {
[
all
...]
hwc_utils.h
109
uint32_t
yres_orig
;
member in struct:qhwc::DisplayAttributes
hwc.cpp
240
uint32_t origYres = ctx->dpyAttr[dpy].
yres_orig
;
/hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp
86
void changeResolution(hwc_context_t *ctx, int xres_orig, int
yres_orig
,
90
ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new =
yres_orig
;
99
xres_new != xres_orig && yres_new !=
yres_orig
) {
[
all
...]
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp
115
void changeResolution(hwc_context_t *ctx, int xres_orig, int
yres_orig
,
119
ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new =
yres_orig
;
129
xres_new != xres_orig && yres_new !=
yres_orig
) {
[
all
...]
/hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp
95
void changeResolution(hwc_context_t *ctx, int xres_orig, int
yres_orig
,
99
ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres_new =
yres_orig
;
109
xres_new != xres_orig && yres_new !=
yres_orig
) {
[
all
...]
Completed in 541 milliseconds