Searched refs:supportedVResizing (Results 1 – 1 of 1) sorted by relevance
352 bool supportedVResizing(int16_t from, int16_t to) const in supportedVResizing() function366 return supportedHResizing(from.hori, to.hori) && supportedVResizing(from.vert, to.vert); in supportedResizing()