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