Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:dispW

88   uint32_t dispW;
487 shared->dispW = LCD_WIDTH; // Need to determine this properly
575 if ( w > shared->dispW ) w = shared->dispW;
577 if ( (x + w) > shared->dispW ) w = shared->dispW - x;
579 } else if (x < 0 || y < 0 || (x + w) > shared->dispW ||