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.h347 return supportedResizing(from, to, in supportedHResizing()
356 return supportedResizing(from, to, in supportedVResizing()
363 bool supportedResizing(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedResizing() function
405 bool supportedResizing(int16_t from, int16_t to, int16_t upfactor, int16_t downfactor) const in supportedResizing() function
/hardware/google/graphics/common/libacryl/
Dacrylic.cpp154 if (!cap.supportedResizing(ir.size, xy, layer->getTransform())) { in validateAllLayers()
Dacrylic_layer.cpp448 : cap.supportedResizing(src_xy, out_xy, transform); in setCompositArea()