Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Drect.h56 CommonRect() : left_(0), top_(0), right_(0), bottom_(0) {} in CommonRect() function
74CommonRect(T left, T top, T right, T bottom) : left_(left), top_(top), right_(right), bottom_(bott… in CommonRect() function