HomeSort by relevance Sort by last modified time
    Searched full:target_area (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 267 int64 target_area = 100 * 200; local
269 in, target_area, bounds);
276 int64 target_area = 100 * 100; local
278 in, target_area, bounds);
289 int64 target_area = 200 * 200; local
291 in, target_area, bounds);
302 int64 target_area = 200 * 200; local
304 in, target_area, bounds);
311 int64 target_area = 200 * 200; local
313 in, target_area, bounds)
320 int64 target_area = 200 * 200; local
329 int64 target_area = 200 * 200; local
338 int64 target_area = 200 * 200; local
347 int64 target_area = 200 * 200; local
356 int64 target_area = 200 * 200; local
370 int64 target_area = 200 * 200; local
384 int64 target_area = 200 * 200; local
398 int64 target_area = 200 * 200; local
412 int64 target_area = 400 * 400; local
427 int64 target_area = 400 * 400; local
442 int64 target_area = 400 * 400; local
451 int64 target_area = 400 * 400; local
460 int64 target_area = 400 * 400; local
476 int64 target_area = 400 * 400; local
    [all...]
picture_layer_tiling.cc 700 // Compute the delta to expand from edges to cover target_area.
703 int64 target_area) {
708 int64 c = static_cast<int64>(width) * height - target_area;
720 int64 target_area,
726 DCHECK_GT(target_area, 0);
728 // Expand the starting rect to cover target_area, if it is smaller than it.
730 2, 2, starting_rect.width(), starting_rect.height(), target_area);
742 // large for the target_area.
746 // Continue to expand/shrink rect to let it cover target_area.
777 num_x_edges, num_y_edges, width, height, target_area);
    [all...]
picture_layer_tiling.h 161 int64 target_area,
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 844 views::View* target_area = ( local
852 target_area->RemoveAllChildViews(false); // Don't delete child views.
853 target_area->AddChildView(target_place_holder);
857 views::View* target_area = ( local
865 if (target_contents->parent() != target_area) {
867 target_area->RemoveAllChildViews(false); // Don't delete child views.
868 target_area->AddChildView(target_contents);
    [all...]

Completed in 2908 milliseconds