HomeSort by relevance Sort by last modified time
    Searched full:gindex (Results 26 - 50 of 65) sorted by null

12 3

  /external/freetype/include/freetype/internal/services/
svttglyf.h 32 FT_UInt gindex,
  /external/freetype/src/base/
ftadvanc.c 73 FT_UInt gindex,
83 if ( gindex >= (FT_UInt)face->num_glyphs )
92 error = func( face, gindex, 1, flags, padvance );
100 return FT_Get_Advances( face, gindex, 1, flags, padvance );
ftpatent.c 150 FT_UInt gindex; local
169 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ )
175 offset = service->get_location( face, gindex, &size );
  /external/freetype/src/sfnt/
ttmtx.h 46 FT_UInt gindex,
ttmtx.c 204 FT_UInt gindex,
237 if ( gindex < (FT_UInt)k )
239 table_pos += 4 * gindex;
258 table_pos += 4 + 2 * ( gindex - k );
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.h 90 FT_UInt gindex,
99 FT_UInt gindex );
afloader.h 74 FT_UInt gindex,
  /external/freetype/src/autofit/
afglobal.h 90 FT_UInt gindex,
99 FT_UInt gindex );
afloader.h 74 FT_UInt gindex,
  /external/chromium_org/third_party/freetype/src/truetype/
ttpload.c 174 FT_UInt gindex,
184 if ( gindex < face->num_locations )
188 p = face->glyph_locations + gindex * 4;
199 p = face->glyph_locations + gindex * 2;
219 pos1, gindex, face->glyf_len ));
229 pos2, gindex + 1, face->glyf_len ));
578 FT_UInt gindex )
589 gindex += 2;
590 if ( gindex < record_size )
591 result = record + nn * record_size + gindex;
    [all...]
  /external/freetype/src/truetype/
ttpload.c 174 FT_UInt gindex,
184 if ( gindex < face->num_locations )
188 p = face->glyph_locations + gindex * 4;
199 p = face->glyph_locations + gindex * 2;
219 pos1, gindex, face->glyf_len ));
229 pos2, gindex + 1, face->glyf_len ));
578 FT_UInt gindex )
589 gindex += 2;
590 if ( gindex < record_size )
591 result = record + nn * record_size + gindex;
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftpatent.c 150 FT_UInt gindex; local
169 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ )
175 offset = service->get_location( face, gindex, &size );
  /external/chromium_org/third_party/freetype/src/sfnt/
ttmtx.c 204 FT_UInt gindex,
237 if ( gindex < (FT_UInt)k )
239 table_pos += 4 * gindex;
258 table_pos += 4 + 2 * ( gindex - k );
ttsbit.c 699 FT_UInt gindex = FT_NEXT_USHORT( p ); local
705 error = tt_sbit_decoder_load_image( decoder, load_flags, gindex,
1057 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1060 if ( gindex == glyph_index )
1097 FT_UInt gindex = FT_NEXT_USHORT( p ); local
1100 if ( gindex == glyph_index )
    [all...]
ttsbit0.c 664 FT_UInt gindex = FT_NEXT_USHORT( p ); local
670 error = tt_sbit_decoder_load_image( decoder, gindex,
902 FT_UInt gindex = FT_NEXT_USHORT( p ); local
905 if ( gindex == glyph_index )
944 FT_UInt gindex = FT_NEXT_USHORT( p ); local
947 if ( gindex == glyph_index )
  /external/chromium_org/third_party/freetype/include/freetype/
ftpfr.h 147 * gindex :: The glyph index.
161 FT_UInt gindex,
ftadvanc.h 90 /* gindex :: The glyph index. */
118 FT_UInt gindex,
ftcache.h     [all...]
  /external/freetype/include/freetype/
ftpfr.h 147 * gindex :: The glyph index.
161 FT_UInt gindex,
ftadvanc.h 90 /* gindex :: The glyph index. */
118 FT_UInt gindex,
ftcache.h     [all...]
  /external/harfbuzz/src/
harfbuzz-buffer.c 185 glyph->gindex = glyph_index;
302 item->gindex = glyph_data[i];
365 buffer->out_string[buffer->out_pos-1].gindex = glyph_index;
harfbuzz-buffer.h 40 HB_UInt gindex; member in struct:HB_GlyphItemRec_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.c 185 glyph->gindex = glyph_index;
302 item->gindex = glyph_data[i];
365 buffer->out_string[buffer->out_pos-1].gindex = glyph_index;
harfbuzz-buffer.h 40 HB_UInt gindex; member in struct:HB_GlyphItemRec_

Completed in 464 milliseconds

12 3