Searched defs:glyph_index (Results 1 - 18 of 18) sorted by relevance

/external/freetype/include/freetype/internal/services/
H A Dsvpscmap.h57 FT_UInt glyph_index; member in struct:PS_UniMap_
/external/freetype/src/sfnt/
H A Dsfdriver.c155 FT_UInt glyph_index,
163 error = tt_face_get_ps_name( face, glyph_index, &gname );
154 sfnt_get_glyph_name( TT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
H A Dttsbit.c696 /* glyph_index :: The glyph index. */
709 find_sbit_range( FT_UInt glyph_index, argument
719 if ( glyph_index < (FT_UInt)strike->start_glyph ||
720 glyph_index > (FT_UInt)strike->end_glyph )
731 if ( glyph_index >= (FT_UInt)range->first_glyph &&
732 glyph_index <= (FT_UInt)range->last_glyph )
734 FT_UShort delta = (FT_UShort)( glyph_index - range->first_glyph );
757 if ( (FT_UInt)range->glyph_codes[n] == glyph_index )
801 /* glyph_index :: The glyph index. */
819 FT_UInt glyph_index,
[all...]
H A Dttsbit0.c358 FT_UInt glyph_index,
790 FT_UInt glyph_index,
811 if ( glyph_index >= start && glyph_index <= end )
839 p += 4 * ( glyph_index - start );
864 image_start = image_size * ( glyph_index - start );
871 p += 2 * ( glyph_index - start );
905 if ( gindex == glyph_index )
947 if ( gindex == glyph_index )
987 FT_UInt glyph_index,
789 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
/external/freetype/src/truetype/
H A Dttdriver.c273 /* glyph_index :: The index of the glyph in the font file. */
287 FT_UInt glyph_index,
306 if ( glyph_index >= (FT_UInt)face->num_glyphs &&
309 if ( glyph_index >= (FT_UInt)face->num_glyphs )
334 error = TT_Load_Glyph( size, slot, glyph_index, load_flags );
285 tt_glyph_load( FT_GlyphSlot ttslot, FT_Size ttsize, FT_UInt glyph_index, FT_Int32 load_flags ) argument
H A Dttobjs.c421 FT_ULong glyph_index = 0; local
433 glyph_index = i;
440 if ( glyph_index == 0 )
449 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
H A Dttgload.c132 FT_UInt glyph_index )
140 TT_Get_HMetrics( face, glyph_index,
143 TT_Get_VMetrics( face, glyph_index,
164 FT_UInt glyph_index )
188 glyph_index, FALSE, &metrics );
204 glyph_index, TRUE, &metrics );
269 FT_UInt glyph_index,
277 FT_UNUSED( glyph_index );
280 FT_TRACE4(( "Glyph %ld\n", glyph_index ));
867 loader->glyph_index,
1211 load_truetype_glyph( TT_Loader loader, FT_UInt glyph_index, FT_UInt recurse_count, FT_Bool header_only ) argument
1768 load_sbit_image( TT_Size size, TT_GlyphSlot glyph, FT_UInt glyph_index, FT_Int32 load_flags ) argument
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-buffer.c173 HB_UInt glyph_index,
185 glyph->gindex = glyph_index;
320 HB_UInt glyph_index,
324 HB_UShort glyph_data = glyph_index;
353 HB_UInt glyph_index,
365 buffer->out_string[buffer->out_pos-1].gindex = glyph_index;
369 return _hb_buffer_add_output_glyph( buffer, glyph_index, 0xFFFF, 0xFFFF );
172 hb_buffer_add_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_UInt properties, HB_UInt cluster ) argument
319 _hb_buffer_add_output_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_UShort component, HB_UShort ligID ) argument
352 _hb_buffer_replace_output_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_Bool inplace ) argument
H A Dharfbuzz-gdef.c654 HB_UShort glyph_index, array_index, count; local
672 glyph_index = glyphID;
674 glyph_index = glyphID - gcrr[index - 1].End - 1;
679 glyph_index = glyphID - gcrr[index].End - 1;
682 byte = ngc[array_index][glyph_index / 4];
683 bits = byte >> ( 16 - ( glyph_index % 4 + 1 ) * 4 );
989 HB_UShort array_index, glyph_index, count; local
1038 glyph_index = glyphID;
1040 glyph_index = glyphID - gcrr[index - 1].End - 1;
1045 glyph_index
[all...]
H A Dharfbuzz-gpos.c717 HB_UShort glyph_index,
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
715 Get_Anchor( GPOS_Instance* gpi, HB_Anchor* an, HB_UShort glyph_index, HB_Fixed* x_value, HB_Fixed* y_value ) argument
/external/freetype/src/autofit/
H A Dafloader.c96 FT_UInt glyph_index,
109 error = FT_Load_Glyph( face, glyph_index, load_flags );
438 ( af_face_globals_is_digit( loader->globals, glyph_index ) &&
94 af_loader_load_g( AF_Loader loader, AF_Scaler scaler, FT_UInt glyph_index, FT_Int32 load_flags, FT_UInt depth ) argument
H A Dafcjk.c84 FT_UInt glyph_index; local
90 glyph_index = FT_Get_Char_Index( face, charcode );
91 if ( glyph_index == 0 )
94 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
328 FT_UInt glyph_index; local
337 glyph_index = FT_Get_Char_Index( face, *p );
338 if ( glyph_index == 0 )
344 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
513 FT_UInt glyph_index; local
516 glyph_index
[all...]
H A Daflatin.c70 FT_UInt glyph_index; local
76 glyph_index = FT_Get_Char_Index( face, charcode );
77 if ( glyph_index == 0 )
80 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
223 FT_UInt glyph_index; local
233 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
234 if ( glyph_index == 0 )
237 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
442 FT_UInt glyph_index; local
445 glyph_index
[all...]
H A Daflatin2.c73 FT_UInt glyph_index; local
79 glyph_index = FT_Get_Char_Index( face, charcode );
80 if ( glyph_index == 0 )
83 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
219 FT_UInt glyph_index; local
228 glyph_index = FT_Get_Char_Index( face, (FT_UInt)*p );
229 if ( glyph_index == 0 )
232 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
431 FT_UInt glyph_index; local
434 glyph_index
[all...]
/external/freetype/src/cff/
H A Dcffdrivr.c140 /* glyph_index :: The index of the glyph in the font file. */
154 FT_UInt glyph_index,
181 error = cff_slot_load( slot, size, glyph_index, load_flags );
226 FT_UInt glyph_index,
247 sid = font->charset.sids[glyph_index];
523 FT_UInt glyph_index,
544 if ( glyph_index > cff->num_glyphs )
550 c = cff->charset.sids[glyph_index];
225 cff_get_glyph_name( CFF_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
522 cff_get_cid_from_glyph_index( CFF_Face face, FT_UInt glyph_index, FT_UInt *cid ) argument
H A Dcffgload.c410 FT_UInt glyph_index )
421 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index );
431 FT_TRACE3(( "glyph index %d (subfont %d):\n", glyph_index, fd_index ));
446 FT_TRACE3(( "glyph index %d:\n", glyph_index ));
641 FT_UInt glyph_index,
654 glyph_index, &data );
669 return cff_index_access_element( &cff->charstrings_index, glyph_index,
2531 FT_Int glyph_index;
2545 for ( glyph_index = 0; glyph_index < fac
640 cff_get_glyph_data( TT_Face face, FT_UInt glyph_index, FT_Byte** pointer, FT_ULong* length ) argument
[all...]
/external/freetype/src/base/
H A Dftobjs.c564 FT_UInt glyph_index,
579 /* The validity test for `glyph_index' is performed by the */
666 glyph_index,
687 glyph_index, load_flags );
696 glyph_index,
813 FT_UInt glyph_index; local
819 glyph_index = (FT_UInt)char_code;
821 glyph_index = FT_Get_Char_Index( face, char_code );
823 return FT_Load_Glyph( face, glyph_index, load_flags );
3577 FT_UInt glyph_index,
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h1024 FT_UInt glyph_index,
1497 FT_UInt glyph_index; member in struct:TT_LoaderRec_

Completed in 1537 milliseconds