Home
last modified time | relevance | path

Searched refs:style_flags (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/third_party/freetype/src/cid/
Dcidobjs.c412 cidface->style_flags = 0; in cid_face_init()
414 cidface->style_flags |= FT_STYLE_FLAG_ITALIC; in cid_face_init()
419 cidface->style_flags |= FT_STYLE_FLAG_BOLD; in cid_face_init()
/external/pdfium/third_party/freetype/src/type1/
Dt1objs.c445 root->style_flags = 0; in T1_Face_Init()
447 root->style_flags |= FT_STYLE_FLAG_ITALIC; in T1_Face_Init()
452 root->style_flags |= FT_STYLE_FLAG_BOLD; in T1_Face_Init()
/external/pdfium/core/fxge/
Dfx_freetype.h106 (((FT_Face)face)->style_flags & FT_STYLE_FLAG_ITALIC)
108 (((FT_Face)face)->style_flags & FT_STYLE_FLAG_BOLD)
/external/pdfium/third_party/freetype/src/sfnt/
Dsfobjs.c919 face->root.style_flags = (FT_Long)num_instances << 16; in sfnt_init_face()
1313 root->style_flags |= flags; in sfnt_load_face()
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1040 FT_Long style_flags; member
/external/freetype/include/freetype/
Dfreetype.h1056 FT_Long style_flags; member
/external/freetype/src/sfnt/
Dsfobjs.c1029 face->root.style_flags = (FT_Long)num_instances << 16; in sfnt_init_face()
1409 root->style_flags |= flags; in sfnt_load_face()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp583 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in onGetAdvancedTypefaceMetrics()
1755 if (face->style_flags & FT_STYLE_FLAG_BOLD) { in scanFont()
1758 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in scanFont()
/external/pdfium/third_party/freetype/src/cff/
Dcffobjs.c906 cffface->style_flags = flags; in cff_face_init()
/external/freetype/src/cff/
Dcffobjs.c1022 cffface->style_flags = flags; in cff_face_init()
/external/freetype/src/base/
Dftobjs.c2450 face->style_flags >> 16, in ft_open_face_internal()
2451 ( face->style_flags >> 16 ) == 1 ? "" : "s", in ft_open_face_internal()
/external/freetype/src/autofit/
Daflatin2.c1571 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin2_hints_init()
Daflatin.c2594 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin_hints_init()