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 18 int temp_width, temp_height; local
19 return GetWindowInfo(x, y, &temp_width, &temp_height);
63 int temp_x, temp_y, temp_width, temp_height; local
68 !dict->GetInteger("width", &temp_width) ||
74 *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 130 GLsizei temp_width = 0; variable
133 target_, level_, &temp_width, &temp_height);
134 return temp_width;
138 GLsizei temp_width = 0; variable
141 target_, level_, &temp_width, &temp_height);
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 1061 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 477 milliseconds