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

/external/pdfium/third_party/freetype/src/cid/
H A Dcidobjs.c412 cidface->style_flags = 0;
414 cidface->style_flags |= FT_STYLE_FLAG_ITALIC;
419 cidface->style_flags |= FT_STYLE_FLAG_BOLD;
/external/pdfium/third_party/freetype/src/type1/
H A Dt1objs.c448 root->style_flags = 0;
450 root->style_flags |= FT_STYLE_FLAG_ITALIC;
455 root->style_flags |= FT_STYLE_FLAG_BOLD;
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h90 #define FXFT_Is_Face_Italic(face) (((FT_Face)face)->style_flags&FT_STYLE_FLAG_ITALIC)
91 #define FXFT_Is_Face_Bold(face) (((FT_Face)face)->style_flags&FT_STYLE_FLAG_BOLD)
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp519 if (face->style_flags & FT_STYLE_FLAG_ITALIC)
1665 if (face->style_flags & FT_STYLE_FLAG_BOLD) {
1668 if (face->style_flags & FT_STYLE_FLAG_ITALIC) {
H A DSkFontHost_FreeType_common.cpp406 !(face->style_flags & FT_STYLE_FLAG_BOLD))
/external/freetype/include/
H A Dfreetype.h887 /* style_flags :: A set of bit flags indicating the style of */
1021 FT_Long style_flags; member in struct:FT_FaceRec_
1396 /* These are used in the `style_flags' field of @FT_FaceRec. */
/external/pdfium/third_party/freetype/include/
H A Dfreetype.h872 /* style_flags :: A set of bit flags indicating the style of */
1001 FT_Long style_flags; member in struct:FT_FaceRec_
1376 /* These are used in the `style_flags' field of @FT_FaceRec. */
/external/freetype/src/cff/
H A Dcffobjs.c900 cffface->style_flags = flags;
/external/freetype/src/sfnt/
H A Dsfobjs.c1287 root->style_flags = flags;
/external/pdfium/third_party/freetype/src/cff/
H A Dcffobjs.c897 cffface->style_flags = flags;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfobjs.c1287 root->style_flags = flags;
/external/freetype/src/autofit/
H A Daflatin2.c1550 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 )
H A Daflatin.c2004 ( face->style_flags & FT_STYLE_FLAG_ITALIC ) != 0 )

Completed in 145 milliseconds