Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h345 return supportedResizing(from, to, in supportedHResizing()
354 return supportedResizing(from, to, in supportedVResizing()
361 bool supportedResizing(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedResizing() function
397 bool supportedResizing(int16_t from, int16_t to, int16_t upfactor, int16_t downfactor) const in supportedResizing() function
/hardware/google/graphics/common/libacryl/
Dacrylic.cpp152 if (!cap.supportedResizing(ir.size, xy, layer->getTransform())) { in validateAllLayers()
Dacrylic_layer.cpp447 : cap.supportedResizing(src_xy, out_xy, transform); in setCompositArea()