Home
last modified time | relevance | path

Searched defs:CommonRect (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Drect.h49 template <typename T> class CommonRect : public HeapBase { class
56 CommonRect() : left_(0), top_(0), right_(0), bottom_(0) {} in CommonRect() function in OHOS::CommonRect
74 CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bottom) {} in CommonRect() function in OHOS::CommonRect
[all...]

Completed in 2 milliseconds