Home
last modified time | relevance | path

Searched refs:setSourceCrop (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/include/
DDisplayPlane.h84 virtual void setSourceCrop(int x, int y, int w, int h);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDisplayPlane.h84 virtual void setSourceCrop(int x, int y, int w, int h);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayer.cpp248 mPlane->setSourceCrop(layer->sourceCropf.left, in update()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayer.cpp290 mPlane->setSourceCrop(layer->sourceCropf.left, in update()
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DDisplayPlane.cpp118 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop() function in android::intel::DisplayPlane
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DDisplayPlane.cpp139 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop() function in android::intel::DisplayPlane
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayPlaneBase.cpp1229 setSourceCrop(0, 0, payload->scaling_width, payload->scaling_height); in setDataBuffer()
1232 setSourceCrop(x, y, w, h); in setDataBuffer()