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

  /external/freetype/include/freetype/
ftmac.h 81 /* face_index :: Only supported for the -1 `sanity check' special */
102 FT_Long face_index,
123 /* face_index :: Index of the face. For passing to */
132 FT_Long* face_index )
151 /* face_index :: Index of the face. For passing to */
160 FT_Long* face_index )
183 /* face_index :: Index of the face. For passing to @FT_New_Face. */
192 FT_Long* face_index )
211 /* face_index :: The index of the face within the resource. The */
226 FT_Long face_index,
    [all...]
freetype.h 915 FT_Long face_index; member in struct:FT_FaceRec_
    [all...]
  /external/freetype/src/sfnt/
sfobjs.h 34 FT_Int face_index,
41 FT_Int face_index,
sfobjs.c 439 FT_Int face_index,
475 FT_TRACE2(( "sfnt_init_face: %08p, %ld\n", face, face_index ));
477 if ( face_index < 0 )
478 face_index = 0;
480 if ( face_index >= face->ttc_header.count )
483 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
492 face->root.face_index = face_index;
540 FT_Int face_index,
555 FT_UNUSED( face_index );
    [all...]
sfdriver.c 447 FT_Long face_index,
452 FT_UNUSED( face_index );
  /external/freetype/src/base/
ftbase.h 31 /* font, and try to load a face specified by the face_index. */
35 FT_Long face_index,
47 FT_Long face_index,
ftobjs.c     [all...]
  /external/freetype/src/cff/
cffload.h 65 FT_Int face_index,
cffobjs.h 157 FT_Int face_index,
cffobjs.c 480 FT_Int face_index,
515 error = sfnt->init_face( stream, face, face_index, num_params, params );
526 if ( face_index < 0 )
530 if ( face_index > 0 )
589 error = cff_font_load( library, stream, face_index, cff, pure_cff );
596 cffface->face_index = face_index;
773 cffface->family_name = cff_index_get_name( cff, face_index );
    [all...]
cffload.c     [all...]
  /external/freetype/include/freetype/internal/
sfnt.h 46 /* face_index :: The index of the TrueType font, if we are opening a */
69 FT_Int face_index,
89 /* face_index :: The index of the TrueType font, if we are opening a */
105 FT_Int face_index,
143 /* face_index :: The index of the TrueType font, if we are opening a */
164 FT_Long face_index,
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 373 FT_Int face_index,
ttobjs.c 471 /* face_index :: The index of the font face in the resource. */
486 FT_Int face_index,
513 error = sfnt->init_face( stream, face, face_index, num_params, params );
533 if ( face_index < 0 )
537 error = sfnt->load_face( stream, face, face_index, num_params, params );
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 273 int face_index; local
274 int length = SkFontHost::GetFileName(fontID, NULL, 0, &face_index);
275 FT_Error err = FT_Open_Face(gFTLibrary, &args, length ? face_index : 0,
    [all...]

Completed in 2307 milliseconds