Searched refs:AllowAutoPadding (Results 1 – 2 of 2) sorted by relevance
266 bool AllowAutoPadding = false; variable277 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()278 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
252 bool AllowAutoPadding = false; variable313 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()314 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()