HomeSort by relevance Sort by last modified time
    Searched full:replace_glyph (Results 1 - 10 of 10) sorted by null

  /external/harfbuzz/src/
harfbuzz-buffer.c 43 * - replace_glyph() is called with inplace=TRUE
46 * In that case swap(), and copy_glyph(), and replace_glyph() are all
49 * As soon an add_output_glyph[s]() or replace_glyph() with inplace=FALSE is
harfbuzz-buffer-private.h 99 #define REPLACE_Glyph( buffer, glyph_index, nesting_level ) \
harfbuzz-gsub.c 292 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
300 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
704 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.c 43 * - replace_glyph() is called with inplace=TRUE
46 * In that case swap(), and copy_glyph(), and replace_glyph() are all
49 * As soon an add_output_glyph[s]() or replace_glyph() with inplace=FALSE is
harfbuzz-buffer-private.h 99 #define REPLACE_Glyph( buffer, glyph_index, nesting_level ) \
harfbuzz-gsub.c 292 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
300 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
704 if ( REPLACE_Glyph( buffer, value, nesting_level ) )
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 129 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
hb-ot-layout-gsub-table.hh 83 c->replace_glyph (glyph_id);
159 c->replace_glyph (glyph_id);
497 c->replace_glyph (glyph_id);
    [all...]
hb-ot-layout-gsubgpos-private.hh 577 inline void replace_glyph (hb_codepoint_t glyph_index, function in struct:OT::hb_apply_context_t
581 buffer->replace_glyph (glyph_index);
821 c->replace_glyph (lig_glyph, klass);
    [all...]
hb-buffer.cc 349 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) function in class:hb_buffer_t

Completed in 1181 milliseconds