HomeSort by relevance Sort by last modified time
    Searched refs:glyph_index (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/freetype/src/autofit/
afloader.c 217 FT_UInt glyph_index,
320 error = af_face_globals_get_metrics( loader->globals, glyph_index,
356 error = FT_Load_Glyph( face, glyph_index, load_flags );
429 writing_system_class->style_hints_apply( glyph_index,
558 ( af_face_globals_is_digit( loader->globals, glyph_index ) &&
afmodule.c 510 FT_UInt glyph_index,
533 glyph_index, load_flags );
562 glyph_index, load_flags );
aflatin.c 81 FT_ULong glyph_index; local
111 glyph_index = 0;
135 glyph_index = af_shaper_get_elem( &metrics->root,
140 if ( glyph_index )
146 if ( !glyph_index )
150 ch, glyph_index ));
152 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
412 FT_ULong glyph_index; local
458 glyph_index = af_shaper_get_elem( &metrics->root,
463 if ( glyph_index == 0
1051 FT_ULong glyph_index; local
    [all...]
aftypes.h 225 (*AF_WritingSystem_ApplyHintsFunc)( FT_UInt glyph_index,
  /external/freetype/src/type42/
t42objs.c 640 FT_UInt glyph_index,
650 FT_TRACE1(( "T42_GlyphSlot_Load: glyph index %d\n", glyph_index ));
653 glyph_index = (FT_UInt)ft_strtol(
654 (const char *)t42face->type1.charstrings[glyph_index],
660 glyph_index,
  /external/freetype/src/bdf/
bdfdrivr.c 778 FT_UInt glyph_index,
797 if ( glyph_index >= (FT_UInt)face->num_glyphs )
803 FT_TRACE1(( "BDF_Glyph_Load: glyph index %d\n", glyph_index ));
806 if ( glyph_index == 0 )
807 glyph_index = bdf->default_glyph;
809 glyph_index--;
812 glyph = bdf->bdffont->glyphs[glyph_index];
  /external/freetype/src/winfonts/
winfnt.c 987 FT_UInt glyph_index,
1009 glyph_index >= (FT_UInt)( FT_FACE( face )->num_glyphs ) )
1015 FT_TRACE1(( "FNT_Load_Glyph: glyph index %d\n", glyph_index ));
1017 if ( glyph_index > 0 )
1018 glyph_index--; /* revert to real index */
1020 glyph_index = font->header.default_char; /* the `.notdef' glyph */
1026 offset = ( new_format ? 148 : 118 ) + len * glyph_index;
    [all...]
  /external/freetype/include/freetype/internal/
ftdrv.h 66 FT_UInt glyph_index,
tttypes.h 1643 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]
psaux.h 589 FT_UInt glyph_index,
614 CFF_SubFont current_subfont; /* for current glyph_index */
    [all...]
  /external/freetype/src/psaux/
psft.c 722 FT_UInt glyph_index,
739 glyph_index, &glyph_data );
744 glyph_data.pointer = type1->charstrings[glyph_index];
745 glyph_data.length = (FT_Int)type1->charstrings_len[glyph_index];
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 170 uint32_t glyph_index,
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 214 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
215 /* Makes a copy of the glyph at idx to output and replace glyph_index */
216 HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index);
hb-ot-layout-gsubgpos-private.hh 518 inline void _set_glyph_props (hb_codepoint_t glyph_index,
540 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
545 inline void replace_glyph (hb_codepoint_t glyph_index) const
547 _set_glyph_props (glyph_index);
548 buffer->replace_glyph (glyph_index);
550 inline void replace_glyph_inplace (hb_codepoint_t glyph_index) const
552 _set_glyph_props (glyph_index);
553 buffer->cur().codepoint = glyph_index;
555 inline void replace_glyph_with_ligature (hb_codepoint_t glyph_index,
558 _set_glyph_props (glyph_index, class_guess, true)
    [all...]
hb-buffer.cc 373 hb_buffer_t::output_glyph (hb_codepoint_t glyph_index)
378 out_info[out_len].codepoint = glyph_index;
446 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index)
452 out_info[out_len].codepoint = glyph_index;
    [all...]
hb-ot-shape.cc 548 /* Normalization process sets up glyph_index(), we just copy it. */
552 info[i].codepoint = info[i].glyph_index();
590 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_index);
602 HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_index);
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 242 int glyph_index = pEncoding->GlyphFromCharCode(start + i); local
243 widths[i] = pFont->GetGlyphWidth(glyph_index);
892 int glyph_index = pEncoding->GlyphFromCharCode(charcode); local
900 int glyph_index = pEncoding->GlyphFromCharCode(charcode); local
909 int glyph_index = pEncoding->GlyphFromCharCode(pUnicodes[j]); local
    [all...]
  /external/freetype/src/truetype/
ttgxvar.h 417 FT_UInt glyph_index,
ttobjs.c 512 FT_ULong glyph_index = 0; local
524 glyph_index = i;
531 if ( glyph_index == 0 )
540 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/src/pfr/
pfrsbit.c 581 FT_UInt glyph_index,
594 character = &phys->chars[glyph_index];
  /external/freetype/src/type1/
t1driver.c 62 FT_UInt glyph_index,
66 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max );
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h     [all...]
  /external/freetype/src/base/
ftobjs.c 761 FT_UInt glyph_index,
776 /* The validity test for `glyph_index' is performed by the */
885 glyph_index,
906 glyph_index, load_flags );
915 glyph_index,
1018 glyph_index, load_flags ));
1041 FT_UInt glyph_index; local
1047 glyph_index = (FT_UInt)char_code;
1049 glyph_index = FT_Get_Char_Index( face, char_code );
1051 return FT_Load_Glyph( face, glyph_index, load_flags )
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 450 int glyph_index = GlyphFromCharCode(charcode, &bVert); local
454 int err = FXFT_Load_Glyph(face, glyph_index,
484 int err = FXFT_Load_Glyph(face, glyph_index, FXFT_LOAD_NO_SCALE);

Completed in 760 milliseconds

1 23 4