/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/ |
D | FontTableBox.java | 60 int fontId; field in FontTableBox.FontRecord 66 public FontRecord(int fontId, String fontname) { in FontRecord() argument 67 this.fontId = fontId; in FontRecord() 72 fontId = IsoTypeReader.readUInt16(bb); in parse() 78 IsoTypeWriter.writeUInt16(bb, fontId); in getContent() 90 "fontId=" + fontId + in toString()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTypeface.java | 39 protected void __constructor__(int fontId) { in __constructor__() argument 40 description = findById((long) fontId); in __constructor__() 45 protected void __constructor__(long fontId) { in __constructor__() argument 46 description = findById(fontId); in __constructor__() 157 private synchronized static FontDesc findById(long fontId) { in findById() argument 158 if (FONTS.containsKey(fontId)) { in findById() 159 return FONTS.get(fontId); in findById() 161 throw new RuntimeException("Unknown font id: " + fontId); in findById()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | TextSampleEntry.java | 268 int fontId; field in TextSampleEntry.StyleRecord 276 fontId = IsoTypeReader.readUInt16(in); in parse() 290 IsoTypeWriter.writeUInt16(bb, fontId); in getContent()
|
/external/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 94 HRESULT FontToIdentity(IDWriteFont* font, SkFontIdentity* fontId) const { in FontToIdentity() 115 fontId->fDataId = FindOrAdd(fontFileLoader.get(), refKey, refKeySize); in FontToIdentity() 118 fontId->fTtcIndex = fontFace->GetIndex(); in FontToIdentity() 121 fontId->fFontStyle = get_style(font); in FontToIdentity()
|
D | SkFontMgr_fontconfig.cpp | 745 for (int fontId = 0; fontId < maxId; ++fontId) { in AnyMatching() local 746 result = FcPatternGetString(font, object, fontId, &fontString); in AnyMatching()
|
/external/skqp/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 94 HRESULT FontToIdentity(IDWriteFont* font, SkFontIdentity* fontId) const { in FontToIdentity() 115 fontId->fDataId = FindOrAdd(fontFileLoader.get(), refKey, refKeySize); in FontToIdentity() 118 fontId->fTtcIndex = fontFace->GetIndex(); in FontToIdentity() 121 fontId->fFontStyle = get_style(font); in FontToIdentity()
|
D | SkFontMgr_fontconfig.cpp | 746 for (int fontId = 0; fontId < maxId; ++fontId) { in AnyMatching() local 747 result = FcPatternGetString(font, object, fontId, &fontString); in AnyMatching()
|
/external/skqp/src/core/ |
D | SkTypeface_remote.h | 51 SkTypefaceProxy(SkFontID fontId, 58 , fFontId{fontId}
|
/external/skia/src/core/ |
D | SkTypeface_remote.h | 51 SkTypefaceProxy(SkFontID fontId, 58 , fFontId{fontId}
|
/external/skqp/src/fonts/ |
D | SkFontMgr_indirect.cpp | 183 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyMakeTypeface() local 184 face.reset(this->createTypefaceFromFontId(fontId)); in onLegacyMakeTypeface()
|
/external/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 183 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyMakeTypeface() local 184 face.reset(this->createTypefaceFromFontId(fontId)); in onLegacyMakeTypeface()
|
/external/skia/include/ports/ |
D | SkFontMgr_indirect.h | 59 SkTypeface* createTypefaceFromFontId(const SkFontIdentity& fontId) const;
|
/external/skqp/include/ports/ |
D | SkFontMgr_indirect.h | 59 SkTypeface* createTypefaceFromFontId(const SkFontIdentity& fontId) const;
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 2026 DWORD fontId = _theme->rgControls[i].dwFontId; in SetControlColor() local 2027 if (fontId > _theme->cFonts) { in SetControlColor() 2028 fontId = 0; in SetControlColor() 2030 THEME_FONT *fnt = &_theme->rgFonts[fontId]; in SetControlColor()
|