Home
last modified time | relevance | path

Searched defs:xP (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_point.h27 TestingPoint(float xP, float yP) : x_(xP), y_(yP) {} in TestingPoint()
39 virtual void SetX(float xP) in SetX()
H A Dtesting_point3.h27 TestingPoint3(float xP, float yP, float zP) : x_(xP), y_(yP), z_(zP) {} in TestingPoint3()
44 virtual void SetX(float xP) in SetX()