Searched refs:fontId (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DFont.java165 int fontId = rs.nFontCreateFromFile(path, pointSize, dpi);
167 if(fontId == 0) {
170 Font rsFont = new Font(fontId, rs);
190 int fontId = rs.nFontCreateFromAsset(mgr, path, pointSize, dpi);
191 if(fontId == 0) {
194 Font rsFont = new Font(fontId, rs);
214 int fontId = 0;
217 fontId = rs.nFontCreateFromAssetStream(name, pointSize, dpi, asset);
222 if(fontId == 0) {
225 Font rsFont = new Font(fontId, r
[all...]
/frameworks/base/media/java/android/media/
H A DTimedText.java218 * @param fontId the ID of the font.
225 public Style(int startChar, int endChar, int fontId, argument
230 this.fontID = fontId;
535 int fontId = -1;
553 fontId = parcel.readInt();
583 Style style = new Style(startChar, endChar, fontId, isBold,
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp877 SkFontID fontId = typeface->uniqueID(); local
878 ssize_t index = mCachedHBFaces.indexOfKey(fontId);
887 mCachedHBFaces.add(fontId, face);

Completed in 135 milliseconds