Searched refs:checkPosition (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/img/hwcomposer/ips/common/ |
D | OverlayPlaneBase.h | 70 virtual void checkPosition(int& x, int& y, int& w, int& h);
|
D | OverlayPlaneBase.cpp | 599 void OverlayPlaneBase::checkPosition(int& x, int& y, int& w, int& h) in checkPosition() function in android::intel::OverlayPlaneBase 994 checkPosition(x, y, w, h); in scalingSetup()
|
/hardware/intel/img/hwcomposer/include/ |
D | DisplayPlane.h | 118 virtual void checkPosition(int& x, int& y, int& w, int& h);
|
/hardware/intel/img/hwcomposer/common/planes/ |
D | DisplayPlane.cpp | 93 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h) in checkPosition() function in android::intel::DisplayPlane
|
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnRGBPlane.cpp | 166 checkPosition(dstX, dstY, dstW, dstH); in setDataBuffer()
|
D | AnnOverlayPlane.cpp | 390 checkPosition(x, y, w, h); in scalingSetup()
|