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

/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.cpp876 SkFontID fontId = typeface->uniqueID(); local
877 ssize_t index = mCachedHBFaces.indexOfKey(fontId);
886 mCachedHBFaces.add(fontId, face);

Completed in 65 milliseconds