Searched refs:boundsCache (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/minikin/tests/unittest/ |
H A D | BoundsCacheTest.cpp | 54 TestableBoundsCache boundsCache(10); in TEST() local 57 boundsCache.getOrCreate(text, range, paint, false /* LTR */, StartHyphenEdit::NO_EDIT, in TEST() 73 TestableBoundsCache boundsCache(10); in TEST() local 80 boundsCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST() 82 boundsCache.getOrCreate(text2, Range(0, text2.size()), paint, false /* LTR */, in TEST() 89 boundsCache.getOrCreate(text1, Range(0, text1.size()), paint, false /* LTR */, in TEST() 91 boundsCache.getOrCreate(text1, Range(1, text1.size()), paint, false /* LTR */, in TEST() 101 boundsCache.getOrCreate(text1, Range(0, text1.size()), paint1, false /* LTR */, in TEST() 106 boundsCache.getOrCreate(text1, Range(0, text1.size()), paint2, false /* LTR */, in TEST() 152 TestableBoundsCache boundsCache(5); in TEST() local [all …]
|