Searched defs:face_flags (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h792 /* face_flags :: A set of bit flags that give important */
924 FT_Long face_flags; member in struct:FT_FaceRec_
984 /* A list of bit flags used in the `face_flags' field of the */
1106 ( face->face_flags & FT_FACE_FLAG_HORIZONTAL )
1120 ( face->face_flags & FT_FACE_FLAG_VERTICAL )
1134 ( face->face_flags & FT_FACE_FLAG_KERNING )
1149 ( face->face_flags & FT_FACE_FLAG_SCALABLE )
1168 ( face->face_flags & FT_FACE_FLAG_SFNT )
1183 ( face->face_flags & FT_FACE_FLAG_FIXED_WIDTH )
1198 ( face->face_flags
[all...]
/external/freetype/include/
H A Dfreetype.h831 /* face_flags :: A set of bit flags that give important */
963 FT_Long face_flags; member in struct:FT_FaceRec_
1023 /* A list of bit flags used in the `face_flags' field of the */
1150 ( face->face_flags & FT_FACE_FLAG_HORIZONTAL )
1164 ( face->face_flags & FT_FACE_FLAG_VERTICAL )
1178 ( face->face_flags & FT_FACE_FLAG_KERNING )
1193 ( face->face_flags & FT_FACE_FLAG_SCALABLE )
1212 ( face->face_flags & FT_FACE_FLAG_SFNT )
1227 ( face->face_flags & FT_FACE_FLAG_FIXED_WIDTH )
1242 ( face->face_flags
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h794 /* face_flags :: A set of bit flags that give important */
926 FT_Long face_flags; member in struct:FT_FaceRec_
990 /* A list of bit flags used in the `face_flags' field of the */
1112 ( face->face_flags & FT_FACE_FLAG_HORIZONTAL )
1126 ( face->face_flags & FT_FACE_FLAG_VERTICAL )
1140 ( face->face_flags & FT_FACE_FLAG_KERNING )
1155 ( face->face_flags & FT_FACE_FLAG_SCALABLE )
1174 ( face->face_flags & FT_FACE_FLAG_SFNT )
1189 ( face->face_flags & FT_FACE_FLAG_FIXED_WIDTH )
1204 ( face->face_flags
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h794 /* face_flags :: A set of bit flags that give important */
926 FT_Long face_flags; member in struct:FT_FaceRec_
990 /* A list of bit flags used in the `face_flags' field of the */
1112 ( face->face_flags & FT_FACE_FLAG_HORIZONTAL )
1126 ( face->face_flags & FT_FACE_FLAG_VERTICAL )
1140 ( face->face_flags & FT_FACE_FLAG_KERNING )
1155 ( face->face_flags & FT_FACE_FLAG_SCALABLE )
1174 ( face->face_flags & FT_FACE_FLAG_SFNT )
1189 ( face->face_flags & FT_FACE_FLAG_FIXED_WIDTH )
1204 ( face->face_flags
[all...]

Completed in 385 milliseconds