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

  /frameworks/minikin/libs/minikin/
HbFontCache.cpp 58 hb_font_t* get(int32_t fontId) {
59 return mCache.get(fontId);
62 void put(int32_t fontId, hb_font_t* font) {
63 mCache.put(fontId, font);
70 void remove(int32_t fontId) {
71 mCache.remove(fontId);
96 const int32_t fontId = minikinFont->GetUniqueId();
97 getFontCacheLocked()->remove(fontId);
114 const int32_t fontId = minikinFont->GetUniqueId();
115 hb_font_t* font = fontCache->get(fontId);
    [all...]
  /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/rs/java/android/renderscript/
Font.java 163 long fontId = rs.nFontCreateFromFile(path, pointSize, dpi);
165 if(fontId == 0) {
168 Font rsFont = new Font(fontId, rs);
188 long fontId = rs.nFontCreateFromAsset(mgr, path, pointSize, dpi);
189 if(fontId == 0) {
192 Font rsFont = new Font(fontId, rs);
212 long fontId = 0;
215 fontId = rs.nFontCreateFromAssetStream(name, pointSize, dpi, asset);
220 if(fontId == 0) {
223 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/skia/include/ports/
SkFontMgr_indirect.h 61 SkTypeface* createTypefaceFromFontId(const SkFontIdentity& fontId) const;
  /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/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 113 HRESULT FontToIdentity(IDWriteFont* font, SkFontIdentity* fontId) const {
134 fontId->fDataId = FindOrAdd(fontFileLoader.get(), refKey, refKeySize);
137 fontId->fTtcIndex = fontFace->GetIndex();
156 fontId->fFontStyle = SkFontStyle(weight, width, slant);
SkFontMgr_fontconfig.cpp 643 for (int fontId = 0; fontId < maxId; ++fontId) {
644 result = FcPatternGetString(font, object, fontId, &fontString);
    [all...]
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 204 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style);
205 face.reset(this->createTypefaceFromFontId(fontId));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 550 milliseconds