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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_median_filter.c 161 int i = 0, half_size; local
168 half_size = size >> 1;
196 for (v.x = -half_size; v.x <= half_size; ++v.x)
197 for (v.y = -half_size; v.y <= half_size; ++v.y)
203 for (v.x = -half_size; v.x <= half_size; ++v.x)
207 for (v.y = -half_size; v.y <= half_size; ++v.y
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_median_filter.c 161 int i = 0, half_size; local
168 half_size = size >> 1;
196 for (v.x = -half_size; v.x <= half_size; ++v.x)
197 for (v.y = -half_size; v.y <= half_size; ++v.y)
203 for (v.x = -half_size; v.x <= half_size; ++v.x)
207 for (v.y = -half_size; v.y <= half_size; ++v.y
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 126 float half_size; local
144 half_size = header->v[0]->data[wide->psize_slot][0];
145 half_size *= 0.5f;
148 half_size = wide->half_point_size;
151 left_adj = -half_size + wide->xbias;
152 right_adj = half_size + wide->xbias;
153 bot_adj = half_size + wide->ybias;
154 top_adj = -half_size + wide->ybias;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 126 float half_size; local
144 half_size = header->v[0]->data[wide->psize_slot][0];
145 half_size *= 0.5f;
148 half_size = wide->half_point_size;
151 left_adj = -half_size + wide->xbias;
152 right_adj = half_size + wide->xbias;
153 bot_adj = half_size + wide->ybias;
154 top_adj = -half_size + wide->ybias;
  /external/chromium_org/ash/wm/workspace/
snap_sizer.cc 48 int half_size = work_area.width() / 2; local
54 if (half_size > kIdealWidth[i])
55 ideal_width_list.push_back(half_size);
56 if (half_size >= kIdealWidth[i])
57 half_size = 0;
61 if (half_size)
62 ideal_width_list.push_back(half_size);
  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 94 const int half_size = add_count / 2; local
95 FillTable(master, added_prefix, 0, half_size);
102 FillTable(master, added_prefix, half_size, add_count);
  /external/chromium_org/components/visitedlink/test/
visitedlink_perftest.cc 92 const int half_size = add_count / 2; local
93 FillTable(master, added_prefix, 0, half_size);
100 FillTable(master, added_prefix, half_size, add_count);
  /external/opencv/cxcore/src/
cxlut.cpp 288 int half_size = CV_ELEM_SIZE1(depth)*cn*128; local
289 shuffled_lut = (uchar*)cvStackAlloc(half_size*2);
292 memcpy( shuffled_lut, lut_data + half_size, half_size );
293 memcpy( shuffled_lut + half_size, lut_data, half_size );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win.cc 366 const gfx::Size half_size = local
370 half_size,
375 const gfx::Size quarter_size = GetHalfSizeNoLessThan(half_size, dst_size);
386 gfx::Size write_size = half_size;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 184 gfx::Size half_size = local
186 browser()->window()->SetBounds(gfx::Rect(work_area.origin(), half_size));
188 work_area.x() + half_size.width(), work_area.y(),
189 half_size.width(), half_size.height()));
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 2144 uint32 half_size = 0; local
    [all...]

Completed in 1431 milliseconds