Searched defs:fonts (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java63 * @param paint The Paint to use to get the fonts. Should not be null.
113 List<FontInfo> fonts = mPaint.getFonts();
114 if (fonts == null || preferredFont == null) {
134 // fonts to check which one can draw it.
136 for (FontInfo font : fonts) {
209 boolean isRtl, List<FontInfo> fonts) {
219 setScriptFont(text, run, fonts);
228 List<FontInfo> fonts) {
229 for (FontInfo fontInfo : fonts) {
235 run.font = fonts
208 getScriptRuns(char[] text, int start, int limit, boolean isRtl, List<FontInfo> fonts) argument
227 setScriptFont(char[] text, ScriptRun run, List<FontInfo> fonts) argument
[all...]

Completed in 19 milliseconds