Searched refs:_x (Results 1 – 6 of 6) sorted by relevance
/hardware/samsung_slsi/exynos5/gralloc/ |
D | framebuffer.cpp | 114 unsigned int _x, _y, _r; in get_screen_res() local 127 ret = sscanf(buf, "U:%ux%up-%u", &_x, &_y, &_r); in get_screen_res() 132 _x, _y, _r, fbname); in get_screen_res() 134 *xres = (int32_t)_x; in get_screen_res()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.h | 133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 134 x(_x), y(_y), in Dim() 136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 137 x(_x), y(_y), in Dim()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.h | 160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 161 x(_x), y(_y), in Dim() 163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 164 x(_x), y(_y), in Dim()
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayUtils.h | 160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 161 x(_x), y(_y), in Dim() 163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 164 x(_x), y(_y), in Dim()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.h | 164 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim() 165 x(_x), y(_y), in Dim() 167 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim() 168 x(_x), y(_y), in Dim()
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 2020 unsigned int _x, _y, _r; in get_screen_res() local 2033 ret = sscanf(buf, "U:%ux%up-%u", &_x, &_y, &_r); in get_screen_res() 2038 _x, _y, _r, fbname); in get_screen_res() 2040 *xres = (int32_t)_x; in get_screen_res()
|