Searched refs:destRect (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
H A DPlatfBufferManager.cpp57 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 DPlatfBufferManager.h37 const crop_t& destRect, bool filter, bool async);
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
H A DPlatfBufferManager.cpp57 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 DPlatfBufferManager.h37 const crop_t& destRect, bool filter, bool async);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DBufferManager.h63 const crop_t& destRect, bool filter, bool async) = 0;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp657 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 Dhwc_copybit.h91 hwc_rect_t destRect);
H A Dhwc_mdpcomp.cpp1070 hwc_rect_t destRect = deductRect(layer->displayFrame, local
1072 qhwc::calculate_crop_rects(srcCrop, layer->displayFrame, destRect,
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.h91 hwc_rect_t destRect);
H A Dhwc_copybit.cpp636 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 Dhwc_mdpcomp.cpp925 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 DVirtualDevice.cpp466 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...]

Completed in 114 milliseconds