HomeSort by relevance Sort by last modified time
    Searched refs:allocation (Results 126 - 150 of 287) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 278 GtkAllocation allocation; local
279 gtk_widget_get_allocation(slide_widget_->widget(), &allocation);
280 return allocation.height;
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc     [all...]
gtk_util.cc 480 x += widget->allocation.x;
481 y += widget->allocation.y;
490 widget->allocation.width, widget->allocation.height);
596 return widget->allocation.width - bounds.x() - bounds.width();
601 return widget->allocation.width - x;
877 return gfx::Rect(x, y, widget->allocation.width, widget->allocation.height);
    [all...]
browser_actions_toolbar_gtk.cc 308 gfx::Rect bounding_rect(widget->allocation);
587 start_width_ = button_hbox_->allocation.width;
767 x = widget->allocation.width - x;
833 event->x - widget->allocation.width;
834 gint new_width = button_hbox_->allocation.width - distance_dragged;
867 gripper->allocation.width, gripper->allocation.height);
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 89 virtual void OnSizeAllocate(GtkWidget* widget, GtkAllocation* allocation);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 144 GtkAllocation allocation; local
145 gtk_widget_get_allocation(sender, &allocation);
150 int text_width = allocation.width - text_x;
154 text_x, 0, text_width, allocation.height,
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc 113 GtkAllocation allocation; local
114 gtk_widget_get_allocation(widget, &allocation);
115 alternate_y -= allocation.height;
682 GtkAllocation allocation; local
683 gtk_widget_get_allocation(widget, &allocation);
686 *x += allocation.x;
687 *y += allocation.y;
689 *y += allocation.height;
697 *x += allocation.width - menu_req.width;
fullscreen_exit_bubble_gtk.cc 239 GtkAllocation* allocation) {
246 g_value_set_int(&value, (allocation->width - bubble_size.width) / 2);
  /frameworks/rs/
rsMesh.cpp 45 mHal.state.indexBuffers = new Allocation *[mHal.state.indexBuffersCount];
53 mHal.state.vertexBuffers = new Allocation *[mHal.state.vertexBuffersCount];
58 mVertexBuffers = new ObjectBaseRef<Allocation>[mHal.state.vertexBuffersCount];
59 mIndexBuffers = new ObjectBaseRef<Allocation>[mHal.state.primitivesCount];
117 ObjectBaseRef<Allocation> *vertexBuffers = NULL;
119 vertexBuffers = new ObjectBaseRef<Allocation>[vertexBuffersCount];
122 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream);
128 ObjectBaseRef<Allocation> *indexBuffers = NULL;
131 indexBuffers = new ObjectBaseRef<Allocation>[primitivesCount]
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 70 private Allocation mUniformAlloc;
242 private Allocation loadTexture(int id) {
243 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mResources, id, local
244 Allocation.MipmapControl.MIPMAP_NONE,
245 Allocation.USAGE_GRAPHICS_TEXTURE);
246 return allocation;
249 private Allocation loadTextureARGB(int id) {
251 final Allocation allocation = Allocation.createFromBitmap(mRS, b local
    [all...]
  /external/chromium_org/tools/traceline/traceline/scripts/
heap.js 55 // Find the largest allocation.
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-number.js 29 // Try to get a GC because of a heap number allocation while we
  /external/chromium_org/v8/test/mjsunit/
elements-transition-and-store.js 28 // Flags: --notrack-allocation-sites
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-244461.js 29 // Flags: --track-allocation-sites
  /external/chromium_org/v8/test/webkit/
dfg-array-dead.js 25 "Tests that an array being dead does not result in register allocation failures."
dfg-array-length-dead.js 25 "Tests that an array length access being dead does not result in register allocation failures."
new-array-double-with-holes.js 25 "Tests that if array allocation profiling causes a new_array to allocate double arrays, then the holes end up being correctly initialized."
  /external/kernel-headers/original/linux/
netlink.h 188 __u32 group, gfp_t allocation);
190 __u32 pid, __u32 group, gfp_t allocation,
  /external/v8/test/mjsunit/compiler/
alloc-number.js 29 // Try to get a GC because of a heap number allocation while we
  /external/valgrind/main/massif/tests/
long-names.post.exp 41 100.00% (4,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
new-cpp.post.exp 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
overloaded-new.post.exp 44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/valgrind/main/memcheck/tests/
holey_buffer_too_small.stderr.exp 9 Uninitialised value was created by a heap allocation
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 74 // * allocation of a reasonably complicated struct
422 #define POISON_ALLOCATION(allocation, allocationSize) do { \
424 reinterpret_cast<uint32_t*>(allocation)[0] = 0xbadbeef1; \
425 reinterpret_cast<uint32_t*>(allocation)[1] = 0xbadbeef3; \
428 reinterpret_cast<uint32_t*>(allocation)[2] = 0xbadbeef5; \
429 reinterpret_cast<uint32_t*>(allocation)[END_POISON_INDEX(allocationSize)] = 0xbadbeef7; \
432 #define POISON_DEALLOCATION_EXPLICIT(allocation, allocationSize, startPoison, endPoison) do { \
434 reinterpret_cast<uint32_t*>(allocation)[0] = 0xbadbeef9; \
435 reinterpret_cast<uint32_t*>(allocation)[1] = 0xbadbeefb; \
438 reinterpret_cast<uint32_t*>(allocation)[2] = (startPoison) ^ PTR_TO_UINT32(allocation);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 90 widget->allocation.width, widget->allocation.height);
514 // The tabstrip widget is a windowless widget so the tab widget's allocation
    [all...]

Completed in 2400 milliseconds

1 2 3 4 56 7 8 91011>>