Searched refs:AllowAutoPadding (Results 1 – 2 of 2) sorted by relevance
276 bool AllowAutoPadding = false; variable287 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding()288 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()