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

  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.cc 34 int temp_width, temp_height; local
35 return GetWindowInfo(x, y, &temp_width, &temp_height);
79 int temp_x, temp_y, temp_width, temp_height; local
84 !dict->GetInteger("width", &temp_width) ||
90 *width = temp_width;
  /external/libyuv/files/source/
row_posix.cc 1948 intptr_t temp_width = static_cast<intptr_t>(width); local
1974 intptr_t temp_width = static_cast<intptr_t>(width); local
2010 intptr_t temp_width = static_cast<intptr_t>(width); local
2045 intptr_t temp_width = static_cast<intptr_t>(width); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.cc 146 GLsizei temp_width = 0; variable
149 target_, level_, &temp_width, &temp_height);
150 return temp_width;
154 GLsizei temp_width = 0; variable
157 target_, level_, &temp_width, &temp_height);
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 1039 int temp_width = 0; local
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1734 int temp_width, temp_height; local
1963 int temp_width, temp_height; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 2497 int temp_width, temp_height; local
2728 int temp_width, temp_height; local
    [all...]

Completed in 336 milliseconds