Home | History | Annotate | Download | only in efl

Lines Matching refs:maxw

538     Evas_Coord minw, minh, maxw, maxh;
547 edje_object_size_max_get(object, &maxw, &maxh);
548 desc->max.setWidth(Length(maxw, Fixed));
566 if (maxw > 0 && ow > maxw)
567 ow = maxw;