Home
last modified time | relevance | path

Searched defs:fontId (Results 1 – 9 of 9) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
DFontTableBox.java60 int fontId; field in FontTableBox.FontRecord
66 public FontRecord(int fontId, String fontname) { in FontRecord()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypeface.java40 protected void __constructor__(int fontId) { in __constructor__()
46 protected void __constructor__(long fontId) { in __constructor__()
165 private synchronized static FontDesc findById(long fontId) { in findById()
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp180 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyMakeTypeface() local
/external/skqp/src/fonts/
DSkFontMgr_indirect.cpp183 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyMakeTypeface() local
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DTextSampleEntry.java268 int fontId; field in TextSampleEntry.StyleRecord
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1275 HBFace* find(SkFontID fontId) { in find()
1278 HBFace* insert(SkFontID fontId, HBFace hbFace) { in insert()
/external/skqp/src/ports/
DSkFontMgr_fontconfig.cpp746 for (int fontId = 0; fontId < maxId; ++fontId) { in AnyMatching() local
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp762 for (int fontId = 0; fontId < maxId; ++fontId) { in AnyMatching() local
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2044 DWORD fontId = _theme->rgControls[i].dwFontId; in SetControlColor() local