/hardware/intel/img/hwcomposer/merrifield/include/ |
DisplayPlane.h | 84 virtual void setSourceCrop(int x, int y, int w, int h);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
DisplayPlane.h | 84 virtual void setSourceCrop(int x, int y, int w, int h);
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayer.cpp | 290 mPlane->setSourceCrop(layer->sourceCropf.left,
|
/hardware/intel/img/hwcomposer/merrifield/common/planes/ |
DisplayPlane.cpp | 118 void DisplayPlane::setSourceCrop(int x, int y, int w, int h)
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
HwcLayer.cpp | 248 mPlane->setSourceCrop(layer->sourceCropf.left,
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/ |
DisplayPlane.cpp | 139 void DisplayPlane::setSourceCrop(int x, int y, int w, int h)
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWC2.h | 383 [[clang::warn_unused_result]] Error setSourceCrop(
|
HWC2On1Adapter.cpp | 328 layerHook<decltype(&Layer::setSourceCrop), 329 &Layer::setSourceCrop, hwc_frect_t>); [all...] |
HWC2On1Adapter.h | 523 HWC2::Error setSourceCrop(hwc_frect_t crop);
|
HWC2.cpp | [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
OverlayPlaneBase.cpp | [all...] |
/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 601 error = hwcLayer->setSourceCrop(sourceCrop); [all...] |