Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1884 matrixStates_.push_back(matrix_); in SaveProperties()
1890 if (!matrixStates_.empty()) { in RestoreProperties()
1891 matrix_ = matrixStates_.back(); in RestoreProperties()
1892 matrixStates_.pop_back(); in RestoreProperties()
1974 std::vector<RSMatrix>().swap(matrixStates_); in ResetStates()
H A Dcustom_paint_paint_method.h374 std::vector<RSMatrix> matrixStates_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp1215 EXPECT_TRUE(paintMethod->matrixStates_.empty());
1267 EXPECT_TRUE(paintMethod->matrixStates_.empty());