Searched refs:inLayout (Results 1 – 1 of 1) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | LayoutTest.cpp | 562 Layout inLayout = doLayout("I", MinikinPaint(fc)); in TEST_F() local 563 inLayout.mAdvances[0] = MARKER1; // Modify the advance to make sure this layout is used. in TEST_F() 565 StartHyphenEdit::NO_EDIT, EndHyphenEdit::NO_EDIT, inLayout); in TEST_F() 573 Layout inLayout = doLayout("I", MinikinPaint(fc)); in TEST_F() local 574 inLayout.mAdvances[0] = MARKER1; in TEST_F() 576 StartHyphenEdit::NO_EDIT, EndHyphenEdit::NO_EDIT, inLayout); in TEST_F() 586 Layout inLayout = doLayout("I", MinikinPaint(fc)); in TEST_F() local 587 inLayout.mAdvances[0] = MARKER1; in TEST_F() 589 StartHyphenEdit::NO_EDIT, EndHyphenEdit::NO_EDIT, inLayout); in TEST_F() 598 Layout inLayout = doLayout("I", MinikinPaint(fc)); in TEST_F() local [all …]
|