HomeSort by relevance Sort by last modified time
    Searched refs:glyph_index (Results 1 - 25 of 40) sorted by null

1 2

  /external/harfbuzz/src/
harfbuzz-buffer-private.h 57 HB_UInt glyph_index,
66 HB_UInt glyph_index,
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
99 #define REPLACE_Glyph( buffer, glyph_index, nesting_level ) \
100 ( ( error = _hb_buffer_replace_output_glyph( (buffer), (glyph_index), \
harfbuzz-buffer.c 173 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 );
harfbuzz-buffer.h 92 HB_UInt glyph_index,
harfbuzz-gdef.c 654 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 = glyphID - gcrr[index].End - 1
    [all...]
  /external/freetype/include/freetype/
ftincrem.h 158 * glyph_index ::
180 FT_UInt glyph_index,
224 * glyph_index ::
243 FT_UInt glyph_index,
ftcid.h 137 * glyph_index ::
156 FT_UInt glyph_index,
  /external/freetype/src/autofit/
afmodule.c 59 FT_UInt glyph_index,
65 glyph_index, load_flags );
  /external/freetype/src/sfnt/
ttsbit.h 51 FT_UInt glyph_index,
67 FT_UInt glyph_index,
ttsbit.c 696 /* glyph_index :: The glyph index. */
709 find_sbit_range( FT_UInt glyph_index,
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...]
ttsbit0.c 358 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,
    [all...]
  /external/freetype/include/freetype/internal/services/
svgldict.h 39 FT_UInt glyph_index,
svcid.h 39 FT_UInt glyph_index,
svpscmap.h 57 FT_UInt glyph_index; member in struct:PS_UniMap_
  /external/freetype/src/psaux/
t1decode.h 37 FT_UInt glyph_index );
  /external/freetype/src/truetype/
ttgload.h 52 FT_UInt glyph_index,
ttgload.c 132 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,
    [all...]
ttdriver.c 273 /* 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 );
ttgxvar.h 166 FT_UInt glyph_index,
ttgxvar.c     [all...]
  /external/freetype/src/cff/
cffload.h 75 FT_UInt glyph_index );
cffgload.h 173 FT_UInt glyph_index );
192 FT_UInt glyph_index,
cffdrivr.c 140 /* 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];
cffgload.c 410 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,
    [all...]
  /external/freetype/src/psnames/
psmodule.c 342 map->glyph_index = n;
359 map->glyph_index = extra_glyphs[n];
436 return result->glyph_index;
465 result = map->glyph_index;
472 result = map->glyph_index;
489 result = map->glyph_index;
  /external/freetype/include/freetype/internal/
autohint.h 163 /* glyph_index :: The glyph index. */
178 FT_UInt glyph_index,

Completed in 454 milliseconds

1 2