Home | History | Annotate | Download | only in base

Lines Matching refs:consider

1244               gfx::Rect consider,
1251 if (bounds.Intersects(consider) && !bounds.Intersects(ignore))
1259 for (TilingData::DifferenceIterator iter(&data, consider, ignore); iter;
1277 // ignore rects relative to the consider rect. The consider rect indices
1373 const gfx::Rect& consider,
1379 &tiling_data, consider, ignore, center);
1397 gfx::Rect consider(30, 30);
1419 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1441 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1462 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1484 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1504 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1513 // Consider is one cell.
1514 gfx::Rect consider(1, 1);
1526 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1528 // Consider is bottom right corner.
1529 consider = gfx::Rect(25, 25, 10, 10);
1545 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1547 // Consider is one column.
1548 consider = gfx::Rect(11, 0, 1, 100);
1564 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1569 gfx::Rect consider(50, 50);
1586 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1612 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1638 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1643 gfx::Rect consider(50, 50);
1684 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1719 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1760 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1767 gfx::Rect consider;
1770 // Ignore contains, but is not equal to, consider and center.
1772 consider = gfx::Rect(20, 10, 10, 20);
1783 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1785 // Center intersects with consider.
1788 consider = gfx::Rect(15, 30);
1801 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1803 // Consider and ignore are non-intersecting.
1805 consider = gfx::Rect(25, 0, 5, 30);
1820 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1823 consider = gfx::Rect(30, 30);
1840 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1843 consider = gfx::Rect(30, 30);
1862 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1868 TestSpiralIterate(__LINE__, empty_data, consider, ignore, center, expected);
1870 // Empty consider.
1873 consider = gfx::Rect();
1876 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1880 consider = gfx::Rect(30, 30);
1902 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1907 consider = gfx::Rect();
1910 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);
1913 consider = gfx::Rect(30, 30);
1935 TestSpiralIterate(__LINE__, tiling_data, consider, ignore, center, expected);