Home
last modified time | relevance | path

Searched refs:lastSetTransformType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_client_producer.cpp495 if (lastSetTransformType_ == transform) { in SetTransform()
498 lastSetTransformType_ = transform; in SetTransform()
510 lastSetTransformType_ = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in SetTransform()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h130 GraphicTransformType lastSetTransformType_ = GraphicTransformType::GRAPHIC_ROTATE_BUTT; variable