Searched refs:AllowAutoPadding (Results 1 – 3 of 3) sorted by relevance
274 bool AllowAutoPadding = false; variable285 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()286 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
236 bool AllowAutoPadding = false; variable289 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()290 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()
231 bool AllowAutoPadding = false; variable277 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()278 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()