Searched refs:supportedResampling (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libacryl/include/hardware/exynos/ |
D | acryl.h | 300 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/ |
D | acrylic.cpp | 159 if (!cap.supportedResampling(ir.size, xy, layer->getTransform())) { in validateAllLayers()
|
D | acrylic_layer.cpp | 446 ? cap.supportedResampling(src_xy, out_xy, transform) in setCompositArea()
|