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/minikin/libs/minikin/
H A DLayout.cpp357 int32_t fontId = minikinFont->GetUniqueId(); local
358 hb_face_t* face = cache.mCache.get(fontId);
361 cache.mCache.put(fontId, face);

Completed in 181 milliseconds