Searched refs:font_type (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_edittext.cpp | 79 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 …]
|
D | fpdf_edit_embeddertest.cpp | 94 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/ |
D | pdf_font_fuzzer.cc | 17 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/ |
D | cwin32_platform.cpp | 121 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/ |
D | cidtoken.h | 69 T1_FIELD_NUM ( "FontType", font_type, 0 )
|
/external/freetype/src/type1/ |
D | t1tokens.h | 108 T1_FIELD_NUM ( "FontType", font_type, T1_FIELD_DICT_FONTDICT )
|
D | t1driver.c | 213 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/ |
D | t1types.h | 121 FT_Byte font_type; member
|
/external/freetype/include/freetype/ |
D | t1tables.h | 357 FT_Byte font_type; member
|
/external/freetype/src/type42/ |
D | t42objs.c | 62 if ( type1->font_type != 42 ) in T42_Open_Face() 65 type1->font_type )); in T42_Open_Face()
|
D | t42parse.c | 87 T1_FIELD_NUM ( "FontType", font_type, 0 )
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 162 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/ |
D | fpdf_edit.h | 1169 int font_type,
|