HomeSort by relevance Sort by last modified time
    Searched refs:fontId (Results 1 - 7 of 7) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
FontTableBox.java 60 int fontId;
66 public FontRecord(int fontId, String fontname) {
67 this.fontId = fontId;
72 fontId = IsoTypeReader.readUInt16(bb);
78 IsoTypeWriter.writeUInt16(bb, fontId);
90 "fontId=" + fontId +
  /frameworks/base/graphics/java/android/renderscript/
Font.java 165 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, rs)
    [all...]
  /frameworks/base/media/java/android/media/
TimedText.java 186 public final int fontID;
218 * @param fontId the ID of the font.
225 public Style(int startChar, int endChar, int fontId,
230 this.fontID = fontId;
535 int fontId = -1;
553 fontId = parcel.readInt();
583 Style style = new Style(startChar, endChar, fontId, isBold,
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 268 int fontId;
276 fontId = IsoTypeReader.readUInt16(in);
290 IsoTypeWriter.writeUInt16(bb, fontId);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 269 item.value = fonts[j].fontId;
288 details.fontId = font;
295 // Sets the selected value of |fontList| to |fontId|.
296 function setSelectedFont(fontList, fontId) {
300 if (fontId == fontList.options[i].value) {
306 console.warn("font '" + fontId + "' for " + fontList.id + ' for ' +
315 setSelectedFont(list, details.fontId);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 877 SkFontID fontId = typeface->uniqueID();
878 ssize_t index = mCachedHBFaces.indexOfKey(fontId);
887 mCachedHBFaces.add(fontId, face);
    [all...]

Completed in 1308 milliseconds