Lines Matching defs:isSuccess
76 bool isSuccess = OH_Drawing_MatrixSetRectToRect(matrixOne,
78 EXPECT_EQ(isSuccess, false);
79 isSuccess = OH_Drawing_MatrixSetRectToRect(nullptr,
81 EXPECT_EQ(isSuccess, false);
82 isSuccess = OH_Drawing_MatrixSetRectToRect(matrixOne,
84 EXPECT_EQ(isSuccess, false);
85 isSuccess = OH_Drawing_MatrixSetRectToRect(matrixOne,
87 EXPECT_EQ(isSuccess, false);
88 isSuccess = OH_Drawing_MatrixSetRectToRect(nullptr, nullptr, nullptr, OH_Drawing_ScaleToFit::SCALE_TO_FIT_FILL);
89 EXPECT_EQ(isSuccess, false);