Home
last modified time | relevance | path

Searched refs:retPoint (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dring_queue.h44 int retPoint = 0; in Push() local
47 retPoint = (back_ + cap) % realcap; in Push()
49 return queue_[retPoint]; in Push()
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Ddrawing_prop_convertor_test_ng.cpp141 * @tc.expected: retPoint value is the same as TEST_POINT. in HWTEST_F()
143 RSPoint retPoint = ToRSPoint(TEST_POINT); in HWTEST_F() local
144 EXPECT_EQ(retPoint.GetX(), 10); in HWTEST_F()
145 EXPECT_EQ(retPoint.GetY(), 20); in HWTEST_F()
192 * @tc.expected: the return retPoint is the same as RSTextDirection::LTR. in HWTEST_F()
201 * @tc.expected: the return retPoint is the same as RSTextDirection::RTL. in HWTEST_F()
210 * @tc.expected: the return retPoint is the same as RSTextDirection::RTL. in HWTEST_F()

Completed in 2 milliseconds