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

  /external/chromium_org/ui/gfx/geometry/
r_tree_base.h 43 // Appends to |records_out| the set of Records in this subtree with rects
62 // Recomputes our bounds by taking the union of all child rects, then calls
164 typedef std::vector<Rect> Rects;
174 const Rects& low_bounds,
175 const Rects& high_bounds);
189 const Rects& low_bounds,
190 const Rects& high_bounds);
210 Rects* vertical_bounds,
211 Rects* horizontal_bounds);
219 Rects* vertical_bounds
    [all...]
r_tree_base.cc 167 // Precompute a vector of expanded rects, used by both LeastOverlapIncrease
169 Rects expanded_rects;
216 Rects low_vertical_bounds;
217 Rects low_horizontal_bounds;
223 Rects high_vertical_bounds;
224 Rects high_horizontal_bounds;
244 const Rects& low_bounds(
246 const Rects& high_bounds(
301 Rects* vertical_bounds,
302 Rects* horizontal_bounds)
    [all...]
r_tree_unittest.cc 106 typedef RTreeBase::Node::Rects RTreeRects;
653 // Construct 4 nodes with 1x2 rects spaced horizontally 1 pixel apart, or:
887 // Stacked rects should meet all matching queries regardless of nesting.
    [all...]
  /external/chromium_org/ui/app_list/
app_list_folder_item.h 21 typedef std::vector<gfx::Rect> Rects;
73 static Rects GetTopIconsBounds(const gfx::Rect& folder_icon_bounds);
app_list_folder_item.cc 65 Rects top_icon_bounds =
119 Rects rects = AppListFolderItem::GetTopIconsBounds(folder_icon_bounds); local
120 return rects[i];
138 Rects AppListFolderItem::GetTopIconsBounds(
142 Rects top_icon_bounds;
  /external/chromium_org/ui/app_list/views/
apps_container_view.h 88 Rects GetTopItemIconBoundsInActiveFolder();
apps_container_view.cc 192 Rects AppsContainerView::GetTopItemIconBoundsInActiveFolder() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dhal.h 508 RECT Rects[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 592 RECT Rects[1];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 142 void (GLAPIENTRY * Rects)(GLshort, GLshort, GLshort, GLshort);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 142 void (GLAPIENTRY * Rects)(GLshort, GLshort, GLshort, GLshort);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp 658 { "glRects", _O(Rects) },
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 658 { "glRects", _O(Rects) },
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h 135 void (GLAPIENTRYP Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2); /* 92 */
    [all...]
glapitemp.h 635 KEYWORD1 void KEYWORD2 NAME(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
638 DISPATCH(Rects, (x1, y1, x2, y2), (F, "glRects(%d, %d, %d, %d);\n", x1, y1, x2, y2));
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_gentable.c 762 if(!disp->Rects) {
763 void ** procp = (void **) &disp->Rects;
    [all...]
glapi_x86-64.S     [all...]
glapi_mapi_tmp.h 114 GLAPI void APIENTRY GLAPI_PREFIX(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
    [all...]

Completed in 399 milliseconds