HomeSort by relevance Sort by last modified time
    Searched refs:fontId (Results 1 - 14 of 14) 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 +
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTypeface.java 39 protected void __constructor__(int fontId) {
40 description = findById((long) fontId);
45 protected void __constructor__(long fontId) {
46 description = findById(fontId);
157 private synchronized static FontDesc findById(long fontId) {
158 if (FONTS.containsKey(fontId)) {
159 return FONTS.get(fontId);
161 throw new RuntimeException("Unknown font id: " + fontId);
  /external/skia/src/core/
SkTypeface_remote.h 51 SkTypefaceProxy(SkFontID fontId,
58 , fFontId{fontId}
  /external/skqp/src/core/
SkTypeface_remote.h 51 SkTypefaceProxy(SkFontID fontId,
58 , fFontId{fontId}
  /external/skia/include/ports/
SkFontMgr_indirect.h 59 SkTypeface* createTypefaceFromFontId(const SkFontIdentity& fontId) const;
  /external/skqp/include/ports/
SkFontMgr_indirect.h 59 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 94 HRESULT FontToIdentity(IDWriteFont* font, SkFontIdentity* fontId) const {
115 fontId->fDataId = FindOrAdd(fontFileLoader.get(), refKey, refKeySize);
118 fontId->fTtcIndex = fontFace->GetIndex();
121 fontId->fFontStyle = get_style(font);
SkFontMgr_fontconfig.cpp 745 for (int fontId = 0; fontId < maxId; ++fontId) {
746 result = FcPatternGetString(font, object, fontId, &fontString);
    [all...]
  /external/skqp/src/ports/
SkRemotableFontMgr_win_dw.cpp 94 HRESULT FontToIdentity(IDWriteFont* font, SkFontIdentity* fontId) const {
115 fontId->fDataId = FindOrAdd(fontFileLoader.get(), refKey, refKeySize);
118 fontId->fTtcIndex = fontFace->GetIndex();
121 fontId->fFontStyle = get_style(font);
SkFontMgr_fontconfig.cpp 746 for (int fontId = 0; fontId < maxId; ++fontId) {
747 result = FcPatternGetString(font, object, fontId, &fontString);
    [all...]
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 183 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style);
184 face.reset(this->createTypefaceFromFontId(fontId));
  /external/skqp/src/fonts/
SkFontMgr_indirect.cpp 183 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style);
184 face.reset(this->createTypefaceFromFontId(fontId));
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp     [all...]

Completed in 868 milliseconds