Home
last modified time | relevance | path

Searched refs:supportedVResizing (Results 1 – 1 of 1) sorted by relevance

/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h352 bool supportedVResizing(int16_t from, int16_t to) const in supportedVResizing() function
366 return supportedHResizing(from.hori, to.hori) && supportedVResizing(from.vert, to.vert); in supportedResizing()