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/include/fxge/
Dfx_freetype.h104 (((FT_Face)face)->style_flags & FT_STYLE_FLAG_ITALIC)
106 (((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/freetype/include/
Dfreetype.h1021 FT_Long style_flags; member
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h1040 FT_Long style_flags; member
/external/skia/src/ports/
DSkFontHost_FreeType.cpp515 if (face->style_flags & FT_STYLE_FLAG_ITALIC) in onGetAdvancedTypefaceMetrics()
1674 if (face->style_flags & FT_STYLE_FLAG_BOLD) { in scanFont()
1677 if (face->style_flags & FT_STYLE_FLAG_ITALIC) { in scanFont()
DSkFontHost_FreeType_common.cpp406 !(face->style_flags & FT_STYLE_FLAG_BOLD)) in generateGlyphImage()
/external/freetype/src/cff/
Dcffobjs.c900 cffface->style_flags = flags; in cff_face_init()
/external/pdfium/third_party/freetype/src/cff/
Dcffobjs.c906 cffface->style_flags = flags; in cff_face_init()
/external/freetype/src/sfnt/
Dsfobjs.c1287 root->style_flags = flags; in sfnt_load_face()
/external/freetype/src/autofit/
Daflatin2.c1550 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin2_hints_init()
Daflatin.c2004 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 ) in af_latin_hints_init()