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

  /external/libpng/
pngtest.c 510 static int current_allocation = 0; variable
538 current_allocation += size;
541 if (current_allocation > maximum_allocation)
542 maximum_allocation = current_allocation;
550 current_allocation -= size;
589 current_allocation -= pinfo->size;
590 if (current_allocation < 0)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 83 GtkAllocation current_allocation; local
84 gtk_widget_get_allocation(child, &current_allocation);
86 if (child_allocation.width != current_allocation.width) {
gtk_custom_menu_item.cc 212 GtkAllocation current_allocation; local
213 gtk_widget_get_allocation(current_button, &current_allocation);
226 &current_allocation, hbox, "button", local

Completed in 756 milliseconds