HomeSort by relevance Sort by last modified time
    Searched refs:right_offset (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/window/
frame_background.cc 139 int right_offset = 0; local
147 right_offset = maximized_top_right_->width();
150 view->width() - right_offset, 0);
157 view->width() - (left_offset + right_offset),
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 700 int left_offset = 0, right_offset = 0; local
706 right_offset = right->width();
708 canvas->DrawBitmapInt(*right, width() - right_offset, 0);
714 width() - (left_offset + right_offset),
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 934 uint left_offset, right_offset, top_offset, bottom_offset; local
1070 ue_v(psBits, (uint32*)&right_offset);
1074 *display_width = *width - 2 * (right_offset + left_offset);
    [all...]

Completed in 1137 milliseconds