Searched refs:font_type (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfedittext.cpp | 35 int font_type) { in LoadFontDesc() argument 75 if (font_type == FPDF_FONT_TRUETYPE) { in LoadFontDesc() 79 ByteString fontFile = font_type == FPDF_FONT_TYPE1 ? "FontFile" : "FontFile2"; in LoadFontDesc() 245 int font_type) { in LoadSimpleFont() argument 249 "Subtype", font_type == FPDF_FONT_TYPE1 ? "Type1" : "TrueType"); in LoadSimpleFont() 275 LoadFontDesc(pDoc, name, pFont.get(), data, size, font_type); in LoadSimpleFont() 288 int font_type) { in LoadCompositeFont() argument 299 "BaseFont", font_type == FPDF_FONT_TYPE1 ? name + "-" + encoding : name); in LoadCompositeFont() 303 pCIDFont->SetNewFor<CPDF_Name>("Subtype", font_type == FPDF_FONT_TYPE1 in LoadCompositeFont() 318 LoadFontDesc(pDoc, name, pFont.get(), data, size, font_type); in LoadCompositeFont() [all …]
|
D | fpdfedit_embeddertest.cpp | 36 int font_type, in CheckFontDescriptor() argument 72 if (font_type == FPDF_FONT_TRUETYPE) in CheckFontDescriptor() 80 if (font_type == FPDF_FONT_TRUETYPE) { in CheckFontDescriptor()
|
/external/pdfium/testing/libfuzzer/ |
D | pdf_font_fuzzer.cc | 19 int font_type = data[0]; in LLVMFuzzerTestOneInput() local 24 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 | 201 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value() 203 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 124 FT_Byte font_type; member
|
/external/freetype/include/freetype/ |
D | t1tables.h | 360 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 | 178 CTFontUIFontType font_type = kCTFontUIFontSystem; in create_ct_font() local 180 font_type = kCTFontUIFontEmphasizedSystem; in create_ct_font() 182 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr); in create_ct_font()
|
/external/pdfium/public/ |
D | fpdf_edit.h | 728 int font_type,
|