Searched defs:PointT (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ | ||
H A D | point_t.h | 25 class PointT { class 29 PointT(T x, T y) : x_(x), y_(y) {} in PointT() function in OHOS::Ace::NG::PointT [all...] |
Completed in 1 milliseconds