Searched refs:num_x_edges (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.cc711 int ComputeExpansionDelta(int num_x_edges, int num_y_edges, argument
716 int a = num_y_edges * num_x_edges;
717 int b = num_y_edges * width + num_x_edges * height;
766 int num_x_edges = 2; local
772 { EdgeEvent::LEFT, &num_x_edges, rect.x() - bounding_rect.x() },
773 { EdgeEvent::RIGHT, &num_x_edges, bounding_rect.right() - rect.right() }
787 num_x_edges, num_y_edges, width, height, target_area);

Completed in 62 milliseconds