Searched defs:fontFile (Results 1 – 8 of 8) sorted by relevance
21 private File fontFile; field in ShadowFontBuilderTest
30 private File fontFile; field in ShadowTypefaceTest
55 openFont(const char* fontFile) in openFont()
150 IDWriteFontFile *fontFile; member209 IDWriteFontFile *fontFile; in _hb_directwrite_shaper_face_data_create() local
583 SkTScopedComPtr<IDWriteFontFile> fontFile; in onOpenStream() local945 SK_STDMETHODIMP StreamFontFileEnumerator::GetCurrentFontFile(IDWriteFontFile** fontFile) { in GetCurrentFontFile()
150 const FontFileInfo& fontFile = family.fFonts[i]; in SkFontStyleSet_Android() local
132 ByteString fontFile = font_type == FPDF_FONT_TYPE1 ? "FontFile" : "FontFile2"; in LoadFontDesc() local
3504 def load_font(fontFile, options, checkChecksums=0, dontLoadGlyphNames=False, lazy=True): argument