Searched defs:num_y_edges (Results 1 - 1 of 1) sorted by relevance
/external/chromium_org/cc/resources/ |
H A D | picture_layer_tiling.cc | 810 int ComputeExpansionDelta(int num_x_edges, int num_y_edges, argument 815 int a = num_y_edges * num_x_edges; 816 int b = num_y_edges * width + num_x_edges * height; 883 int num_y_edges = 2; local 888 { EdgeEvent::BOTTOM, &num_y_edges, rect.y() - bounding_rect.y() }, 889 { EdgeEvent::TOP, &num_y_edges, bounding_rect.bottom() - rect.bottom() }, 905 num_x_edges, num_y_edges, width, height, target_area);
|
Completed in 122 milliseconds