Home
last modified time | relevance | path

Searched refs:fontId (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/core/
H A DSkTypeface_remote.h45 SkTypefaceProxy(SkFontID fontId, in SkTypefaceProxy() argument
53 , fFontId{fontId}
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp95 HRESULT FontToIdentity(IDWriteFont* font, SkFontIdentity* fontId) const { in FontToIdentity()
116 fontId->fDataId = FindOrAdd(fontFileLoader.get(), refKey, refKeySize); in FontToIdentity()
119 fontId->fTtcIndex = fontFace->GetIndex(); in FontToIdentity()
122 fontId->fFontStyle = get_style(font); in FontToIdentity()
H A DSkFontMgr_fontconfig.cpp762 for (int fontId = 0; fontId < maxId; ++fontId) {
763 result = FcPatternGetString(font, object, fontId, &fontString);
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp380 std::shared_ptr<RSTypeface> find(uint32_t fontId) { argument
381 auto face = fLRUCache.find(fontId);
385 std::shared_ptr<RSTypeface> insert(uint32_t fontId, std::shared_ptr<RSTypeface> hbFont) { argument
386 auto face = fLRUCache.insert(fontId, std::move(hbFont));
/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp180 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style); in onLegacyMakeTypeface() local
181 face.reset(this->createTypefaceFromFontId(fontId)); in onLegacyMakeTypeface()
/third_party/skia/include/ports/
H A DSkFontMgr_indirect.h58 SkTypeface* createTypefaceFromFontId(const SkFontIdentity& fontId) const;
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1486 HBFont* find(uint32_t fontId) { argument
1487 return fLRUCache.find(fontId);
1489 HBFont* insert(uint32_t fontId, HBFont hbFont) { argument
1490 return fLRUCache.insert(fontId, std::move(hbFont));
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp2059 DWORD fontId = _theme->rgControls[i].dwFontId; in SetControlColor() local
2060 if (fontId > _theme->cFonts) { in SetControlColor()
2061 fontId = 0; in SetControlColor()
2063 THEME_FONT *fnt = &_theme->rgFonts[fontId]; in SetControlColor()

Completed in 12 milliseconds