Searched defs:Padding2D (Results 1 – 2 of 2) sorted by relevance
119 struct Padding2D { struct121 Padding2D& operator=(const Padding2D& value); argument147 struct Crop2D : public Padding2D {}; argument
788 struct Padding2D struct791 Padding2D(size_t left, size_t right, size_t top, size_t bottom) in Padding2D() argument795 size_t left = { 0 }; /**< Padding across the width dimension on the left, in elements. */796 size_t right = { 0 }; /**< Padding across the width dimension on the right, in elements. */797 size_t top = { 0 }; /**< Padding across the height dimension on the top, in elements. */798 size_t bottom = { 0 }; /**< Padding across the height dimension on the bottom, in elements. */