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

/frameworks/minikin/sample/
H A Dexample.cpp88 FontStyle fontStyle; local
92 layout.doLayout(icuText.getBuffer(), 0, icuText.length(), icuText.length(), bidiFlags, fontStyle, paint);
/frameworks/base/rs/java/android/renderscript/
H A DFont.java238 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) { argument
239 String fileName = getFontFileName(familyName, fontStyle);

Completed in 182 milliseconds