Data Fields
_Eina_Rectangle Struct Reference
Eina
»
Tools
»
Rectangle
Data Fields
int
x
top-left x coordinate of rectangle
int
y
top-left y coordinate of rectangle
int
w
width of rectangle
int
h
height of rectangle
Detailed Description
Examples
eina_tiler_01.c
,
emotion_test_main.c
,
evas-buffer-simple.c
, and
evas-events.c
.