OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POS_BELOW_C
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-private.hh
92
POS_BELOW_C
,
151
INDIC_MATRA_CATEGORY_BOTTOM =
POS_BELOW_C
,
hb-ot-shape-complex-myanmar.cc
266
case
POS_BELOW_C
: cat = (indic_category_t) OT_VBlw; break;
378
pos =
POS_BELOW_C
;
383
if (pos ==
POS_BELOW_C
&& info[i].myanmar_category() == OT_A)
388
if (pos ==
POS_BELOW_C
&& info[i].myanmar_category() == OT_VBlw)
393
if (pos ==
POS_BELOW_C
&& info[i].myanmar_category() != OT_A)
hb-ot-shape-complex-indic.cc
105
case
POS_BELOW_C
: return MATRA_POS_BOTTOM (u);
572
return
POS_BELOW_C
;
738
if (info[i].indic_position() !=
POS_BELOW_C
&&
744
if (info[i].indic_position() ==
POS_BELOW_C
)
799
info[i].indic_position() =
POS_BELOW_C
;
815
info[i].indic_position() =
POS_BELOW_C
;
[
all
...]
Completed in 51 milliseconds