| 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 | } |
| 720 | int32_t stride_y() const { |
| 721 | return GetField<int32_t>(VT_STRIDE_Y, 0); |
| 722 | } |
nothing calls this directly
no outgoing calls
no test coverage detected