Searched refs:AllowAutoPadding (Results 1 – 2 of 2) sorted by relevance
279 bool AllowAutoPadding = false; variable290 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()291 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
255 bool AllowAutoPadding = false; variable308 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()309 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()