Home
last modified time | relevance | path

Searched refs:font_type (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp79 ByteString BaseFontNameForType(CFX_Font* pFont, int font_type) { in BaseFontNameForType() argument
80 ByteString name = font_type == FPDF_FONT_TYPE1 ? pFont->GetPsName() in BaseFontNameForType()
92 int font_type) { in LoadFontDesc() argument
126 if (font_type == FPDF_FONT_TRUETYPE) { in LoadFontDesc()
130 ByteString fontFile = font_type == FPDF_FONT_TYPE1 ? "FontFile" : "FontFile2"; in LoadFontDesc()
294 int font_type) { in LoadSimpleFont() argument
298 "Subtype", font_type == FPDF_FONT_TYPE1 ? "Type1" : "TrueType"); in LoadSimpleFont()
299 ByteString name = BaseFontNameForType(pFont.get(), font_type); in LoadSimpleFont()
327 LoadFontDesc(pDoc, name, pFont.get(), span, font_type); in LoadSimpleFont()
337 int font_type) { in LoadCompositeFont() argument
[all …]
Dfpdf_edit_embeddertest.cpp94 int font_type, in CheckFontDescriptor() argument
131 if (font_type == FPDF_FONT_TRUETYPE) in CheckFontDescriptor()
142 if (font_type == FPDF_FONT_TRUETYPE) { in CheckFontDescriptor()
/external/pdfium/testing/fuzzers/
Dpdf_font_fuzzer.cc17 int font_type = data[0]; in LLVMFuzzerTestOneInput() local
22 doc.get(), data, static_cast<uint32_t>(size), font_type, cid)); in LLVMFuzzerTestOneInput()
/external/pdfium/core/fxge/win32/
Dcwin32_platform.cpp121 void AddInstalledFont(const LOGFONTA* plf, uint32_t font_type);
143 uint32_t font_type, in FontEnumProc() argument
146 pFontInfo->AddInstalledFont(plf, font_type); in FontEnumProc()
177 uint32_t font_type) { in AddInstalledFont() argument
186 if (!(font_type & TRUETYPE_FONTTYPE)) { in AddInstalledFont()
187 if (!(font_type & DEVICE_FONTTYPE) || !IsSupportedFont(plf)) in AddInstalledFont()
/external/freetype/src/cid/
Dcidtoken.h69 T1_FIELD_NUM ( "FontType", font_type, 0 )
/external/freetype/src/type1/
Dt1tokens.h108 T1_FIELD_NUM ( "FontType", font_type, T1_FIELD_DICT_FONTDICT )
Dt1driver.c213 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
215 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
/external/freetype/include/freetype/internal/
Dt1types.h121 FT_Byte font_type; member
/external/freetype/include/freetype/
Dt1tables.h357 FT_Byte font_type; member
/external/freetype/src/type42/
Dt42objs.c62 if ( type1->font_type != 42 ) in T42_Open_Face()
65 type1->font_type )); in T42_Open_Face()
Dt42parse.c87 T1_FIELD_NUM ( "FontType", font_type, 0 )
/external/harfbuzz_ng/src/
Dhb-coretext.cc162 CTFontUIFontType font_type = kCTFontUIFontSystem; in create_ct_font() local
164 font_type = kCTFontUIFontEmphasizedSystem; in create_ct_font()
166 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr); in create_ct_font()
/external/pdfium/public/
Dfpdf_edit.h1169 int font_type,