| 712 | return GetField<int32_t>(VT_PADDING_TOP, 0); |
| 713 | } |
| 714 | int32_t padding_bottom() const { |
| 715 | return GetField<int32_t>(VT_PADDING_BOTTOM, 0); |
| 716 | } |
| 717 | int32_t stride_x() const { |
| 718 | return GetField<int32_t>(VT_STRIDE_X, 0); |
| 719 | } |
nothing calls this directly
no outgoing calls
no test coverage detected