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.java139 char[] textChars = text.toCharArray(); in testBreakText() local
156 verifyBreakText(text, textChars, textSpan, i, i + 1, true, totalWidth, 1, widths[i]); in testBreakText()
160 verifyBreakText(text, textChars, textSpan, 0, 0, true, totalWidth, 0, 0); in testBreakText()
163 verifyBreakText(text, textChars, textSpan, 0, 3, true, totalWidth, in testBreakText()
167 verifyBreakText(text, textChars, textSpan, 0, 3, false, totalWidth, in testBreakText()
171 verifyBreakText(text, textChars, textSpan, 5, 7, true, totalWidth, in testBreakText()
175 verifyBreakText(text, textChars, textSpan, 5, 7, false, totalWidth, in testBreakText()
179 verifyBreakText(text, textChars, textSpan, 2, 5, true, totalWidth, in testBreakText()
183 verifyBreakText(text, textChars, textSpan, 2, 5, false, totalWidth, in testBreakText()
187 verifyBreakText(text, textChars, textSpan, 2, 5, true, widths[2] + widths[3], in testBreakText()
[all …]