HomeSort by relevance Sort by last modified time
    Searched full:glyph_index (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /external/chromium_org/ui/gfx/
render_text_win.cc 842 const int glyph_index = run->logical_clusters[char_index]; local
843 DCHECK_GE(glyph_index, 0);
844 DCHECK_LT(glyph_index, run->glyph_count);
846 if (run->glyphs[glyph_index] == properties.wgDefault)
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c 155 FT_UInt glyph_index,
163 error = tt_face_get_ps_name( face, glyph_index, &gname );
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 563 inline void set_class (hb_codepoint_t glyph_index, unsigned int class_guess) const
566 buffer->cur().glyph_props() = gdef.get_glyph_props (glyph_index);
571 inline void output_glyph (hb_codepoint_t glyph_index,
574 set_class (glyph_index, class_guess);
575 buffer->output_glyph (glyph_index);
577 inline void replace_glyph (hb_codepoint_t glyph_index,
580 set_class (glyph_index, class_guess);
581 buffer->replace_glyph (glyph_index);
583 inline void replace_glyph_inplace (hb_codepoint_t glyph_index,
586 set_class (glyph_index, class_guess)
    [all...]
hb-buffer.cc 318 hb_buffer_t::output_glyph (hb_codepoint_t glyph_index)
323 out_info[out_len].codepoint = glyph_index;
349 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index)
355 out_info[out_len].codepoint = glyph_index;
hb-ot-layout-gpos-table.hh 388 unsigned int mark_index, unsigned int glyph_index,
398 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 563 inline void set_class (hb_codepoint_t glyph_index, unsigned int class_guess) const
566 buffer->cur().glyph_props() = gdef.get_glyph_props (glyph_index);
571 inline void output_glyph (hb_codepoint_t glyph_index,
574 set_class (glyph_index, class_guess);
575 buffer->output_glyph (glyph_index);
577 inline void replace_glyph (hb_codepoint_t glyph_index,
580 set_class (glyph_index, class_guess);
581 buffer->replace_glyph (glyph_index);
583 inline void replace_glyph_inplace (hb_codepoint_t glyph_index,
586 set_class (glyph_index, class_guess)
    [all...]
hb-buffer.cc 318 hb_buffer_t::output_glyph (hb_codepoint_t glyph_index)
323 out_info[out_len].codepoint = glyph_index;
349 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index)
355 out_info[out_len].codepoint = glyph_index;
hb-ot-layout-gpos-table.hh 388 unsigned int mark_index, unsigned int glyph_index,
398 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 421 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 );
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 442 FT_ULong glyph_index = 0; local
454 glyph_index = i;
461 if ( glyph_index == 0 )
470 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftdriver.h 82 FT_UInt glyph_index,
psaux.h 632 FT_UInt glyph_index );
    [all...]
tttypes.h 1497 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]
ftobjs.h     [all...]
  /external/freetype/include/freetype/internal/
ftdriver.h 66 FT_UInt glyph_index,
psaux.h 636 FT_UInt glyph_index );
    [all...]
tttypes.h 1394 FT_UInt glyph_index; member in struct:TT_LoaderRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 560 FT_UInt glyph_index,
575 /* The validity test for `glyph_index' is performed by the */
661 glyph_index,
682 glyph_index, load_flags );
691 glyph_index,
808 FT_UInt glyph_index; local
814 glyph_index = (FT_UInt)char_code;
816 glyph_index = FT_Get_Char_Index( face, char_code );
818 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/freetype/src/base/
ftobjs.c 591 FT_UInt glyph_index,
606 /* The validity test for `glyph_index' is performed by the */
693 glyph_index,
714 glyph_index, load_flags );
723 glyph_index,
840 FT_UInt glyph_index; local
846 glyph_index = (FT_UInt)char_code;
848 glyph_index = FT_Get_Char_Index( face, char_code );
850 return FT_Load_Glyph( face, glyph_index, load_flags );
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 710 FT_UInt glyph_index )
718 fd = fdselect->data[glyph_index];
723 if ( (FT_UInt)( glyph_index - fdselect->cache_first ) <
741 if ( glyph_index < first )
747 if ( glyph_index < limit )
    [all...]
  /external/freetype/src/cff/
cffload.c 710 FT_UInt glyph_index )
718 fd = fdselect->data[glyph_index];
723 if ( (FT_UInt)( glyph_index - fdselect->cache_first ) <
741 if ( glyph_index < first )
747 if ( glyph_index < limit )
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftglyph.h 470 /* error = FT_Load_Char( face, glyph_index, FT_LOAD_DEFAUT ); */
    [all...]
freetype.h     [all...]
  /external/freetype/include/freetype/
ftglyph.h 470 /* error = FT_Load_Char( face, glyph_index, FT_LOAD_DEFAUT ); */
    [all...]
freetype.h     [all...]

Completed in 1424 milliseconds

1 2 34 5