Lines Matching refs:transform
112 void SurfaceUtils::ComputeTransformByMatrix(GraphicTransformType& transform,
121 switch (transform) {
163 sptr<SurfaceBuffer>& buffer, GraphicTransformType& transform, Rect& crop)
173 ComputeTransformByMatrix(transform, &transformMatrix);
200 void SurfaceUtils::ComputeTransformByMatrixV2(GraphicTransformType& transform,
209 switch (transform) {
251 sptr<SurfaceBuffer>& buffer, GraphicTransformType& transform, Rect& crop)
260 switch (transform) {
262 transform = GraphicTransformType::GRAPHIC_ROTATE_270;
265 transform = GraphicTransformType::GRAPHIC_ROTATE_90;
271 ComputeTransformByMatrixV2(transform, &transformMatrix);