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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 32 #define indic_position() complex_var_u8_1() /* indic_position_t */ macro
260 info.indic_position() = pos;
632 HB_BUFFER_ALLOCATE_VAR (buffer, indic_position);
654 int a = pa->indic_position();
655 int b = pb->indic_position();
679 if (info[i].indic_position() == POS_BASE_C)
682 info[i].indic_position() = consonant_position_from_face (indic_plan, consonant, virama, face);
773 if (info[i].indic_position() != POS_BELOW_C &&
774 (info[i].indic_position() != POS_POST_C || seen_below))
779 if (info[i].indic_position() == POS_BELOW_C
    [all...]

Completed in 80 milliseconds