HomeSort by relevance Sort by last modified time
    Searched refs:font_type (Results 1 - 13 of 13) sorted by null

  /external/pdfium/testing/libfuzzer/
pdf_font_fuzzer.cc 19 int font_type = data[0]; local
24 FPDFText_LoadFont(doc.get(), data, size, font_type, cid));
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 35 int font_type) {
75 if (font_type == FPDF_FONT_TRUETYPE) {
79 ByteString fontFile = font_type == FPDF_FONT_TYPE1 ? "FontFile" : "FontFile2";
245 int font_type) {
249 "Subtype", font_type == FPDF_FONT_TYPE1 ? "Type1" : "TrueType");
275 LoadFontDesc(pDoc, name, pFont.get(), data, size, font_type);
288 int font_type) {
299 "BaseFont", font_type == FPDF_FONT_TYPE1 ? name + "-" + encoding : name);
303 pCIDFont->SetNewFor<CPDF_Name>("Subtype", font_type == FPDF_FONT_TYPE1
318 LoadFontDesc(pDoc, name, pFont.get(), data, size, font_type);
    [all...]
fpdfedit_embeddertest.cpp 36 int font_type,
72 if (font_type == FPDF_FONT_TRUETYPE)
80 if (font_type == FPDF_FONT_TRUETYPE) {
    [all...]
  /external/freetype/src/cid/
cidtoken.h 66 T1_FIELD_NUM ( "FontType", font_type, 0 )
  /external/freetype/src/type1/
t1tokens.h 108 T1_FIELD_NUM ( "FontType", font_type, T1_FIELD_DICT_FONTDICT )
t1driver.c 201 retval = sizeof ( type1->font_type );
203 *((FT_Byte *)value) = type1->font_type;
  /external/freetype/include/freetype/internal/
t1types.h 119 FT_Byte font_type; member in struct:T1_FontRec_
  /external/freetype/include/freetype/
t1tables.h 351 FT_Byte font_type; member in struct:CID_FaceDictRec_
    [all...]
  /external/pdfium/public/
fpdf_edit.h 718 // font_type - FPDF_FONT_TYPE1 or FPDF_FONT_TRUETYPE depending on the font
728 int font_type,
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 351 FT_Byte font_type; member in struct:CID_FaceDictRec_
    [all...]
  /external/freetype/src/type42/
t42objs.c 68 if ( type1->font_type != 42 )
71 type1->font_type ));
t42parse.c 87 T1_FIELD_NUM ( "FontType", font_type, 0 )
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 168 CTFontUIFontType font_type = kCTFontUIFontSystem; local
170 font_type = kCTFontUIFontEmphasizedSystem;
172 ct_font = CTFontCreateUIFontForLanguage (font_type, font_size, nullptr);
    [all...]

Completed in 355 milliseconds