Searched refs:box2 (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ui/gfx/geometry/ |
D | box_unittest.cc | 53 BoxF box2(0.f, 0.f, 0.f, 4.f, 6.f, 8.f); in TEST() local 59 EXPECT_EQ(box2.ToString(), UnionBoxes(empty_box, box2).ToString()); in TEST() 60 EXPECT_EQ(box2.ToString(), UnionBoxes(box2, empty_box).ToString()); in TEST() 65 EXPECT_EQ(box2.ToString(), UnionBoxes(box1, box2).ToString()); in TEST() 66 EXPECT_EQ(box2.ToString(), UnionBoxes(box2, box1).ToString()); in TEST() 76 UnionBoxes(box2, box3).ToString()); in TEST() 78 UnionBoxes(box3, box2).ToString()); in TEST() 83 BoxF box2(0.f, 0.f, 0.f, 1.f, 1.f, 1.f); in TEST() local 92 BoxF expected2_1 = box2; in TEST() 103 box2.ExpandTo(point1); in TEST() [all …]
|
/external/lldb/www/python_reference/ |
D | epydoc.js | 226 var box2 = document.createElement("div"); 227 box2.style.position = "relative"; 228 box2.style.border = "1px solid #a0a0a0"; 229 box2.style.left = "-.2em"; 230 box2.style.top = "-.2em"; 231 box2.style.background = "white"; 232 box2.style.padding = ".3em .4em .3em .4em"; 233 box2.style.fontStyle = "normal"; 234 box2.onmouseout=auto_kill_doclink; 235 box2.parentID = id; [all …]
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.cpp | 86 int *&box2 = m.getValue(i); in testMap() local 87 box2 = 0; in testMap() 88 *box2 = 1; // expected-warning {{Dereference of null pointer}} in testMap()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatBoxTest.cpp | 63 FloatBox box2(box); in TEST() local 64 EXPECT_EQ(box, box2); in TEST() 66 EXPECT_NE(box, box2); in TEST()
|
/external/pixman/pixman/ |
D | pixman-glyph.c | 384 const pixman_box32_t *box2) in box32_intersect() argument 386 dest->x1 = MAX (box1->x1, box2->x1); in box32_intersect() 387 dest->y1 = MAX (box1->y1, box2->y1); in box32_intersect() 388 dest->x2 = MIN (box1->x2, box2->x2); in box32_intersect() 389 dest->y2 = MIN (box1->y2, box2->y2); in box32_intersect()
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 3899 % box0 will be the left-hand column, box2 the right. 3907 % followed by the two boxes we just split, in box0 and box2. 3913 \hbox to\pagewidth{\box0\hfil\box2}%
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 3899 % box0 will be the left-hand column, box2 the right. 3907 % followed by the two boxes we just split, in box0 and box2. 3913 \hbox to\pagewidth{\box0\hfil\box2}%
|
/external/bison/build-aux/ |
D | texinfo.tex | 5145 % box0 will be the left-hand column, box2 the right. 5153 % followed by the two boxes we just split, in box0 and box2. 5159 \hbox to\pagewidth{\box0\hfil\box2}%
|