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 914 FT_Long face_index; member in struct:FT_FaceRec_
    [all...]
  /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/sfnt/
sfobjs.h 34 FT_Int face_index,
41 FT_Int face_index,
sfobjs.c 425 FT_Int face_index,
456 FT_TRACE2(( "sfnt_init_face: %08p, %ld\n", face, face_index ));
458 if ( face_index < 0 )
459 face_index = 0;
461 if ( face_index >= face->ttc_header.count )
464 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
473 face->root.face_index = face_index;
521 FT_Int face_index,
536 FT_UNUSED( face_index );
    [all...]
sfdriver.c 431 FT_Long face_index,
436 FT_UNUSED( face_index );
  /external/freetype/src/cff/
cffload.h 65 FT_Int face_index,
cffobjs.h 157 FT_Int face_index,
cffobjs.c 435 FT_Int face_index,
464 error = sfnt->init_face( stream, face, face_index, num_params, params );
474 if ( face_index < 0 )
478 if ( face_index > 0 )
537 error = cff_font_load( library, stream, face_index, cff, pure_cff );
544 cffface->face_index = face_index;
706 cffface->family_name = cff_index_get_name( cff, face_index );
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.c 190 /* face_index :: The index of the font face in the resource. */
205 FT_Int face_index,
225 error = sfnt->init_face( stream, face, face_index, num_params, params );
245 if ( face_index < 0 )
249 error = sfnt->load_face( stream, face, face_index, num_params, params );
    [all...]
ttobjs.h 372 FT_Int face_index,
  /external/skia/src/images/
fpdfemb.h     [all...]

Completed in 124 milliseconds