Home
last modified time | relevance | path

Searched refs:textChars (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp192 ScopedStringChars textChars(env, text); in nMatchFamilyStyleCharacter() local
193 std::vector<uint16_t> utf16(textChars.get(), textChars.get() + textChars.size()); in nMatchFamilyStyleCharacter()
207 ScopedStringChars textChars(env, text); in nMatchFamilyStyleCharacter_runLength() local
208 std::vector<uint16_t> utf16(textChars.get(), textChars.get() + textChars.size()); in nMatchFamilyStyleCharacter_runLength()
/cts/tests/tests/graphics/src/android/graphics/cts/
DPaintTest.java130 char[] textChars = text.toCharArray(); in testBreakText() local
147 verifyBreakText(text, textChars, textSpan, i, i + 1, true, totalWidth, 1, widths[i]); in testBreakText()
151 verifyBreakText(text, textChars, textSpan, 0, 0, true, totalWidth, 0, 0); in testBreakText()
154 verifyBreakText(text, textChars, textSpan, 0, 3, true, totalWidth, in testBreakText()
158 verifyBreakText(text, textChars, textSpan, 0, 3, false, totalWidth, in testBreakText()
162 verifyBreakText(text, textChars, textSpan, 5, 7, true, totalWidth, in testBreakText()
166 verifyBreakText(text, textChars, textSpan, 5, 7, false, totalWidth, in testBreakText()
170 verifyBreakText(text, textChars, textSpan, 2, 5, true, totalWidth, in testBreakText()
174 verifyBreakText(text, textChars, textSpan, 2, 5, false, totalWidth, in testBreakText()
178 verifyBreakText(text, textChars, textSpan, 2, 5, true, widths[2] + widths[3], in testBreakText()
[all …]