Searched refs:_w (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/tests/hwc/
H A Dutil.h27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);
H A Dutil.c165 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h) { argument
218 *_w = w;
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h164 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : argument
166 w(_w), h(_h) {}
167 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : argument
169 w(_w), h(_h),
171 bool check(uint32_t _w, uint32_t _h) const { argument
172 return (x+w <= _w && y+h <= _h);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : argument
135 w(_w), h(_h) {}
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : argument
138 w(_w), h(_h),
140 bool check(uint32_t _w, uint32_t _h) const { argument
141 return (x+w <= _w && y+h <= _h);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : argument
162 w(_w), h(_h) {}
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : argument
165 w(_w), h(_h),
167 bool check(uint32_t _w, uint32_t _h) const { argument
168 return (x+w <= _w && y+h <= _h);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.h160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : argument
162 w(_w), h(_h) {}
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : argument
165 w(_w), h(_h),
167 bool check(uint32_t _w, uint32_t _h) const { argument
168 return (x+w <= _w && y+h <= _h);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dresize_test.cc124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) argument
125 : pts(_pts), w(_w), h(_h) {}

Completed in 344 milliseconds