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

  /external/harfbuzz/src/
harfbuzz-gpos.h 126 HB_UInt** feature_tag_list );
harfbuzz-gsub.h 124 HB_UInt** feature_tag_list );
harfbuzz-shaper.cpp 1129 HB_UInt *feature_tag_list = feature_tag_list_buffer; local
    [all...]
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.h 126 HB_UInt** feature_tag_list );
harfbuzz-gsub.h 124 HB_UInt** feature_tag_list );
harfbuzz-shaper.cpp 767 HB_UInt *feature_tag_list = feature_tag_list_buffer; local
768 while (*feature_tag_list) {
770 if (*feature_tag_list == HB_MAKE_TAG('k', 'e', 'r', 'n')) {
772 ++feature_tag_list;
777 error = HB_GPOS_Select_Feature(face->gpos, *feature_tag_list, script_index, 0xffff, &feature_index);
780 ++feature_tag_list;
    [all...]
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]

Completed in 254 milliseconds