Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp71 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 …]
Dfpdf_edit_embeddertest.cpp42 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/
Dpdf_font_fuzzer.cc18 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/
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.c203 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/
Dt1types.h122 FT_Byte font_type; member
/external/freetype/include/freetype/
Dt1tables.h358 FT_Byte font_type; member
/external/freetype/src/type42/
Dt42objs.c68 if ( type1->font_type != 42 ) in T42_Open_Face()
71 type1->font_type )); in T42_Open_Face()
Dt42parse.c87 T1_FIELD_NUM ( "FontType", font_type, 0 )
/external/harfbuzz_ng/src/
Dhb-coretext.cc163 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/
Dfpdf_edit.h1073 int font_type,