Searched refs:font_type (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_edittext.cpp | 71 int font_type) { in LoadFontDesc() argument 106 if (font_type == FPDF_FONT_TRUETYPE) { in LoadFontDesc() 110 ByteString fontFile = font_type == FPDF_FONT_TYPE1 ? "FontFile" : "FontFile2"; in LoadFontDesc() 273 int font_type) { in LoadSimpleFont() argument 277 "Subtype", font_type == FPDF_FONT_TYPE1 ? "Type1" : "TrueType"); in LoadSimpleFont() 278 ByteString name = pFont->GetBaseFontName(font_type == FPDF_FONT_TYPE1); in LoadSimpleFont() 311 LoadFontDesc(pDoc, name, pFont.get(), span, font_type); in LoadSimpleFont() 321 int font_type) { in LoadCompositeFont() argument 328 ByteString name = pFont->GetBaseFontName(font_type == FPDF_FONT_TYPE1); in LoadCompositeFont() 332 "BaseFont", font_type == FPDF_FONT_TYPE1 ? name + "-" + encoding : name); in LoadCompositeFont() [all …]
|
D | fpdf_edit_embeddertest.cpp | 42 int font_type, in CheckFontDescriptor() argument 77 if (font_type == FPDF_FONT_TRUETYPE) in CheckFontDescriptor() 88 if (font_type == FPDF_FONT_TRUETYPE) { in CheckFontDescriptor()
|
/external/pdfium/testing/fuzzers/ |
D | pdf_font_fuzzer.cc | 18 int font_type = data[0]; in LLVMFuzzerTestOneInput() local 22 ScopedFPDFFont font(FPDFText_LoadFont(doc.get(), data, size, font_type, cid)); in LLVMFuzzerTestOneInput()
|
/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 | 203 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value() 205 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 122 FT_Byte font_type; member
|
/external/freetype/include/freetype/ |
D | t1tables.h | 358 FT_Byte font_type; member
|
/external/freetype/src/type42/ |
D | t42objs.c | 68 if ( type1->font_type != 42 ) in T42_Open_Face() 71 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 | 163 CTFontUIFontType font_type = kCTFontUIFontSystem; in create_ct_font() local 165 font_type = kCTFontUIFontEmphasizedSystem; in create_ct_font() 167 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr); in create_ct_font()
|
/external/pdfium/public/ |
D | fpdf_edit.h | 1073 int font_type,
|