Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/
H A DJsApp.h70 struct AvoidAreas { struct
76 AvoidAreas() : topRect(0, 0, 0, 0), leftRect(0, 0, 0, 0), rightRect(0, 0, 0, 0), bottomRect(0, 0, 0, 0) {} in AvoidAreas() function
78 AvoidAreas(AvoidRect top, AvoidRect left, AvoidRect right, AvoidRect bottom) : topRect(top), in AvoidAreas() function
81 AvoidAreas(const AvoidAreas& other) : topRect(other.topRect), leftRect(other.leftRect), in AvoidAreas() function
[all...]

Completed in 2 milliseconds