Searched refs:fontInfos (Results 1 – 1 of 1) sorted by relevance
168 List<FontInfo> fontInfos = mPaint.getFonts(); in renderScript() local170 for (int i = 0; i < fontInfos.size(); i++) { in renderScript()171 Font font = fontInfos.get(i).mFont; in renderScript()