/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_dump_layers.cpp | 245 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer() 338 tempSkBmp->setConfig(tempSkBmpConfig, getWidth(hnd), getHeight(hnd)); in dumpLayer() 359 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
|
D | hwc_copybit.cpp | 255 buf.w = ALIGN(getWidth(hnd),32); in clear() 379 src.w = getWidth(hnd); in drawLayerUsingCopybit() 394 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
|
D | hwc_utils.h | 419 static inline int getWidth(const private_handle_t* hnd) { in getWidth() function
|
D | hwc_utils.cpp | 1641 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size); in configureNonSplit() 1748 Whf whf(getWidth(hnd), getHeight(hnd), format, (uint32_t)hnd->size); in configureSplit() 1897 Whf whf(getWidth(hnd), getHeight(hnd), in configureSourceSplit()
|
/hardware/intel/img/hwcomposer/include/ |
D | IDisplayDevice.h | 38 int getWidth() const { return mWidth; } in getWidth() function
|
D | DataBuffer.h | 68 uint32_t getWidth() const { return mWidth; } in getWidth() function
|
/hardware/intel/img/hwcomposer/common/devices/ |
D | PhysicalDevice.cpp | 242 values[i] = configChosen->getWidth(); in getDisplayAttributes() 486 config->getWidth(), in dump()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_dump_layers.cpp | 241 (hnd)? getWidth(hnd) : -1, (hnd)? getHeight(hnd) : -1, in logLayer() 310 layerIndex, getWidth(hnd), getHeight(hnd), in dumpLayer()
|
D | hwc_copybit.cpp | 255 buf.w = ALIGN(getWidth(hnd),32); in clear() 379 src.w = getWidth(hnd); in drawLayerUsingCopybit() 394 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
|
D | hwc_utils.h | 392 static inline int getWidth(const private_handle_t* hnd) { in getWidth() function
|
D | hwc_utils.cpp | 1582 Whf whf(getWidth(hnd), getHeight(hnd), format, hnd->size); in configureNonSplit() 1689 Whf whf(getWidth(hnd), getHeight(hnd), format, hnd->size); in configureSplit() 1835 Whf whf(getWidth(hnd), getHeight(hnd), in configureSourceSplit()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 67 ovutils::Whf info(getWidth(hnd), getHeight(hnd), in configure() 171 ovutils::Whf info(getWidth(hnd), getHeight(hnd), in configure()
|
D | hwc_copybit.cpp | 213 buf.w = ALIGN(getWidth(hnd),32); in clear() 311 src.w = getWidth(hnd); in drawLayerUsingCopybit() 316 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
|
D | hwc_utils.cpp | 951 Whf whf(getWidth(hnd), getHeight(hnd), in configureLowRes() 967 if(prevWidth != (uint32_t)getWidth(hnd) || in configureLowRes() 973 prevWidth = (uint32_t)getWidth(hnd); in configureLowRes() 1033 Whf whf(getWidth(hnd), getHeight(hnd), in configureHighRes()
|
D | hwc_utils.h | 244 static inline int getWidth(const private_handle_t* hnd) { in getWidth() function
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 636 graphic_buffer->getWidth(), in handleBuffer() 649 info.width = graphic_buffer->getWidth(); in handleBuffer() 694 Rect crop(graphic_buffer->getWidth(), graphic_buffer->getHeight()); in getCrop() 708 w = float(graphic_buffer->getWidth()); in getCrop()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_copybit.cpp | 233 buf.w = ALIGN(getWidth(hnd),32); in clear() 334 src.w = getWidth(hnd); in drawLayerUsingCopybit() 339 src.horiz_padding = src.w - getWidth(hnd); in drawLayerUsingCopybit()
|
D | hwc_utils.h | 297 static inline int getWidth(const private_handle_t* hnd) { in getWidth() function
|
D | hwc_utils.cpp | 897 Whf whf(getWidth(hnd), getHeight(hnd), in configureLowRes() 990 Whf whf(getWidth(hnd), getHeight(hnd), in configureHighRes()
|
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnCursorPlane.cpp | 91 int w = mapper.getWidth(); in setDataBuffer()
|
D | AnnRGBPlane.cpp | 168 srcW = mapper.getWidth(); in setDataBuffer()
|
D | AnnOverlayPlane.cpp | 230 uint32_t w = mapper.getWidth(); in bufferOffsetSetup()
|
/hardware/intel/img/hwcomposer/common/buffers/ |
D | BufferManager.cpp | 123 mapper->getWidth(), in dump()
|
/hardware/intel/img/hwcomposer/common/base/ |
D | HwcLayer.cpp | 328 mWidth = buffer->getWidth(); in setupAttributes()
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | OverlayPlaneBase.cpp | 670 uint32_t w = mapper.getWidth(); in bufferOffsetSetup()
|