Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h300 return supportedResampling(from, to,
310 return supportedResampling(from, to,
318 bool supportedResampling(hw2d_coord_t from, hw2d_coord_t to, uint32_t transform) const in supportedResampling() function
380 bool supportedResampling(int16_t from, int16_t to, int16_t upfactor, int16_t downfactor) const in supportedResampling() function
405 return supportedResampling(from, to, upfactor, downfactor); in supportedResizing()
/hardware/google/graphics/common/libacryl/
Dacrylic.cpp159 if (!cap.supportedResampling(ir.size, xy, layer->getTransform())) { in validateAllLayers()
Dacrylic_layer.cpp446 ? cap.supportedResampling(src_xy, out_xy, transform) in setCompositArea()