Home | History | Annotate | Download | only in libqdutils

Lines Matching defs:mPanelInfo

117     char getPanelType() {return mPanelInfo.mType;}
132 bool isPartialUpdateEnabled() { return mPanelInfo.mPartialUpdateEnable; }
133 int getLeftAlign() { return mPanelInfo.mLeftAlign; }
134 int getWidthAlign() { return mPanelInfo.mWidthAlign; }
135 int getTopAlign() { return mPanelInfo.mTopAlign; }
136 int getHeightAlign() { return mPanelInfo.mHeightAlign; }
137 int getMinROIWidth() { return mPanelInfo.mMinROIWidth; }
138 int getMinROIHeight() { return mPanelInfo.mMinROIHeight; }
139 bool needsROIMerge() { return mPanelInfo.mNeedsROIMerge; }
172 PanelInfo mPanelInfo;