Home | History | Annotate | Download | only in src

Lines Matching defs:display_width

923     int display_width = 0;  /* width of display      */
929 parm.getPreviewSize(&display_width, &display_height);
930 if (display_width && display_height) {
931 matching = (display_width == dim->display_width) &&
935 dim->display_width = display_width;
1071 dim.ui_thumbnail_width = dim.display_width;
2021 w = mDimension.display_width;