Searched refs:TransformAlgorithm (Results 1 – 10 of 10) sorted by relevance
209 void SetTransformAlgorithm(TransformAlgorithm algorithm) in SetTransformAlgorithm()221 TransformAlgorithm GetTransformAlgorithm() const in GetTransformAlgorithm()223 return static_cast<TransformAlgorithm>(algorithm_); in GetTransformAlgorithm()
48 TransformAlgorithm algorithm;74 TransformAlgorithm algorithm;
51 enum TransformAlgorithm : uint8_t { enum
42 TransformAlgorithm algorithm;
229 algorithm_(TransformAlgorithm::BILINEAR), in UIImageView()461 static_cast<TransformAlgorithm>(algorithm_)}; in OnDraw()
284 TransformAlgorithm::BILINEAR}; in DrawHandImage()
1476 BlurLevel::LEVEL0, TransformAlgorithm::BILINEAR}; in BlitMapBuffer()
491 TransformAlgorithm algorithm = NEAREST_NEIGHBOR;
292 BlurLevel::LEVEL0, TransformAlgorithm::BILINEAR}; in DrawLetterWithRotate()
1679 if (part.info.algorithm == TransformAlgorithm::NEAREST_NEIGHBOR) {