Home
last modified time | relevance | path

Searched refs:mLeftAlign (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8084/libqdutils/
Dmdp_version.h98 int mLeftAlign; // ROI left alignment restriction member
106 mLeftAlign(0), mWidthAlign(0), mTopAlign(0), mHeightAlign(0), in PanelInfo()
133 int getLeftAlign() { return mPanelInfo.mLeftAlign; } in getLeftAlign()
Dmdp_version.cpp181 mPanelInfo.mLeftAlign = atoi(tokens[1]); in updatePanelInfo()
182 ALOGI("Left Align: %d", mPanelInfo.mLeftAlign); in updatePanelInfo()
/hardware/qcom/display/msm8226/libqdutils/
Dmdp_version.h98 int mLeftAlign; // ROI left alignment restriction member
106 mLeftAlign(0), mWidthAlign(0), mTopAlign(0), mHeightAlign(0), in PanelInfo()
133 int getLeftAlign() { return mPanelInfo.mLeftAlign; } in getLeftAlign()
Dmdp_version.cpp187 mPanelInfo.mLeftAlign = atoi(tokens[1]); in updatePanelInfo()
188 ALOGI("Left Align: %d", mPanelInfo.mLeftAlign); in updatePanelInfo()
/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.h88 int mLeftAlign; // ROI left alignment restriction member
99 mLeftAlign(0), mWidthAlign(0), mTopAlign(0), mHeightAlign(0), in PanelInfo()
128 int getLeftAlign() { return mPanelInfo.mLeftAlign; } in getLeftAlign()
Dmdp_version.cpp210 mPanelInfo.mLeftAlign = atoi(tokens[1]); in updatePanelInfo()
211 ALOGI("Left Align: %d", mPanelInfo.mLeftAlign); in updatePanelInfo()