Searched refs:_x (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/display/msm8994/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/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/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/interfaces/camera/device/ |
D | README.md | 8 via one of the ICameraProvider::getCameraDeviceInterface_V<N>_x() methods, where N
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 177 uint32_t _x = x; in allocationElementWrite() local 184 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite() 246 uint32_t _x = x; in allocationElementRead() local 253 …Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,… in allocationElementRead()
|