Home
last modified time | relevance | path

Searched refs:hlocation (Results 1 – 1 of 1) sorted by relevance

/third_party/weston/shared/
Dcairo-util.c587 int vlocation, hlocation, location; in theme_get_location() local
604 hlocation = THEME_LOCATION_EXTERIOR; in theme_get_location()
606 hlocation = THEME_LOCATION_RESIZING_LEFT; in theme_get_location()
608 hlocation = THEME_LOCATION_INTERIOR; in theme_get_location()
610 hlocation = THEME_LOCATION_RESIZING_RIGHT; in theme_get_location()
612 hlocation = THEME_LOCATION_EXTERIOR; in theme_get_location()
625 location = vlocation | hlocation; in theme_get_location()