Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h456 struct WSRectT { struct
462 bool operator==(const WSRectT<T>& a) const argument
468 bool operator!=(const WSRectT<T>& a) const
502 using WSRect = WSRectT<int32_t>; argument
503 using WSRectF = WSRectT<float>;