Home | History | Annotate | Download | only in utils

Lines Matching refs:screenLayout

933         // screenLayout bits for screen size class.
941 // screenLayout bits for wide/long screen variation.
967 uint8_t screenLayout;
1021 diff = (int32_t)(screenLayout - o.screenLayout);
1062 if (screenLayout != o.screenLayout) diffs |= CONFIG_SCREEN_LAYOUT;
1097 if (screenLayout || o.screenLayout) {
1098 if (((screenLayout^o.screenLayout) & MASK_SCREENSIZE) != 0) {
1099 if (!(screenLayout & MASK_SCREENSIZE)) return false;
1100 if (!(o.screenLayout & MASK_SCREENSIZE)) return true;
1102 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0) {
1103 if (!(screenLayout & MASK_SCREENLONG)) return false;
1104 if (!(o.screenLayout & MASK_SCREENLONG)) return true;
1214 if (screenLayout || o.screenLayout) {
1215 if (((screenLayout^o.screenLayout) & MASK_SCREENSIZE) != 0
1216 && (requested->screenLayout & MASK_SCREENSIZE)) {
1221 int mySL = (screenLayout & MASK_SCREENSIZE);
1222 int oSL = (o.screenLayout & MASK_SCREENSIZE);
1225 if ((requested->screenLayout & MASK_SCREENSIZE) >= SCREENSIZE_NORMAL) {
1240 if (((screenLayout^o.screenLayout) & MASK_SCREENLONG) != 0
1241 && (requested->screenLayout & MASK_SCREENLONG)) {
1242 return (screenLayout & MASK_SCREENLONG);
1398 const int screenSize = screenLayout&MASK_SCREENSIZE;
1399 const int setScreenSize = settings.screenLayout&MASK_SCREENSIZE;
1408 const int screenLong = screenLayout&MASK_SCREENLONG;
1409 screenLayout&MASK_SCREENLONG;
1515 screenLayout&MASK_SCREENSIZE, screenLayout&MASK_SCREENLONG,