Searched refs:AllowAutoPadding (Results 1 – 2 of 2) sorted by relevance
275 bool AllowAutoPadding = false; variable286 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()287 void setAllowAutoPadding(bool V) { AllowAutoPadding = V; } in setAllowAutoPadding()
251 bool AllowAutoPadding = false; variable304 void setAllowAutoPadding(bool v) { AllowAutoPadding = v; } in setAllowAutoPadding()305 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()