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

  /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);
  /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...]
  /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/chromium_gensrc/mesa/
glapi_mapi_tmp.h 114 GLAPI void APIENTRY GLAPI_PREFIX(Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
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...]

Completed in 398 milliseconds