/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/ |
H A D | PlatfBufferManager.cpp | 57 const crop_t& destRect, bool filter, bool async) 65 destRect.w, destRect.h, destRect.x, 66 destRect.y, 0, -1, &fenceFd)) { 56 blit(buffer_handle_t srcHandle, buffer_handle_t destHandle, const crop_t& destRect, bool filter, bool async) argument
|
H A D | PlatfBufferManager.h | 37 const crop_t& destRect, bool filter, bool async);
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/ |
H A D | PlatfBufferManager.cpp | 57 const crop_t& destRect, bool filter, bool async) 65 destRect.w, destRect.h, destRect.x, 66 destRect.y, 0, -1, &fenceFd)) { 56 blit(buffer_handle_t srcHandle, buffer_handle_t destHandle, const crop_t& destRect, bool filter, bool async) argument
|
H A D | PlatfBufferManager.h | 37 const crop_t& destRect, bool filter, bool async);
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
H A D | BufferManager.h | 63 const crop_t& destRect, bool filter, bool async) = 0;
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_copybit.cpp | 657 hwc_rect_t destRect = getIntersection(overlap, layer->displayFrame); local 658 destRect.left = destRect.left - overlap.left + 660 destRect.right = destRect.right- overlap.left + 662 destRect.top = destRect.top - overlap.top + 664 destRect.bottom = destRect.bottom - overlap.top + 668 overlap, destRect); 687 drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, private_handle_t *renderBuffer, hwc_rect_t overlap, hwc_rect_t destRect) argument [all...] |
H A D | hwc_copybit.h | 91 hwc_rect_t destRect);
|
H A D | hwc_mdpcomp.cpp | 1070 hwc_rect_t destRect = deductRect(layer->displayFrame, local 1072 qhwc::calculate_crop_rects(srcCrop, layer->displayFrame, destRect,
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_copybit.h | 91 hwc_rect_t destRect);
|
H A D | hwc_copybit.cpp | 636 hwc_rect_t destRect) 678 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, 679 destRect.bottom}; 691 // Copybit region is the destRect 634 drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, private_handle_t *renderBuffer, hwc_rect_t overlap, hwc_rect_t destRect) argument
|
H A D | hwc_mdpcomp.cpp | 925 hwc_rect_t destRect = deductRect(layer->displayFrame, local 927 qhwc::calculate_crop_rects(srcCrop, layer->displayFrame, destRect,
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
H A D | VirtualDevice.cpp | 466 if (!(mgr->blit(srcHandle, destHandle, destRect, false, false))) { 478 crop_t destRect; member in struct:android::intel::VirtualDevice::BlitTask 1265 crop_t destRect; local 1266 destRect.x = 0; 1267 destRect.y = 0; 1268 destRect.w = composeTask->outWidth; 1269 destRect.h = composeTask->outHeight; 1270 if (!mgr->blit(rgbLayer.handle, scalingBuffer, destRect, true, true)) 1404 blitTask->destRect.x = 0; 1405 blitTask->destRect [all...] |