Searched refs:fontId (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkTypeface_remote.h | 45 SkTypefaceProxy(SkFontID fontId, in SkTypefaceProxy() argument 53 , fFontId{fontId}
|
/third_party/skia/src/ports/ |
H A D | SkRemotableFontMgr_win_dw.cpp | 95 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 D | SkFontMgr_fontconfig.cpp | 762 for (int fontId = 0; fontId < maxId; ++fontId) { 763 result = FcPatternGetString(font, object, fontId, &fontString);
|
/third_party/skia/modules/skparagraph/src/ |
H A D | FontCollection.cpp | 380 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 D | SkFontMgr_indirect.cpp | 180 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 D | SkFontMgr_indirect.h | 58 SkTypeface* createTypefaceFromFontId(const SkFontIdentity& fontId) const;
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 1486 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 D | PythonBootstrapperApplication.cpp | 2059 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 11 milliseconds