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

  /external/harfbuzz/src/
harfbuzz-hangul.c 4 * This is part of HarfBuzz, an OpenType Layout engine library.
139 static HB_Bool hangul_shape_syllable(HB_ShaperItem *item, HB_Bool openType)
188 if (!composed && openType) {
229 HB_Bool openType = FALSE;
237 openType = HB_SelectScript(item, hangul_features);
251 if (!hangul_shape_syllable(&syllable, openType)) {
harfbuzz-tibetan.c 4 * This is part of HarfBuzz, an OpenType Layout engine library.
103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid)
148 if (openType) {
209 HB_Bool openType = FALSE;
221 openType = HB_SelectScript(item, tibetan_features);
237 if (!tibetan_shape_syllable(openType, &syllable, invalid)) {
harfbuzz-khmer.c 4 * This is part of HarfBuzz, an OpenType Layout engine library.
354 static HB_Bool khmer_shape_syllable(HB_Bool openType, HB_ShaperItem *item)
559 if (openType) {
584 KHDEBUG("Not using openType");
594 HB_Bool openType = FALSE;
607 openType = HB_SelectScript(item, khmer_features);
623 if (!khmer_shape_syllable(openType, &syllable)) {
harfbuzz-myanmar.c 4 * This is part of HarfBuzz, an OpenType Layout engine library.
254 static HB_Bool myanmar_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid)
426 if (openType) {
452 MMDEBUG("Not using openType");
462 HB_Bool openType = FALSE;
474 openType = HB_SelectScript(item, myanmar_features);
490 if (!myanmar_shape_syllable(openType, &syllable, invalid)) {
harfbuzz-indic.cpp 4 * This is part of HarfBuzz, an OpenType Layout engine library.
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hangul.c 4 * This is part of HarfBuzz, an OpenType Layout engine library.
139 static HB_Bool hangul_shape_syllable(HB_ShaperItem *item, HB_Bool openType)
188 if (!composed && openType) {
229 HB_Bool openType = FALSE;
237 openType = HB_SelectScript(item, hangul_features);
251 if (!hangul_shape_syllable(&syllable, openType)) {
harfbuzz-tibetan.c 4 * This is part of HarfBuzz, an OpenType Layout engine library.
103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid)
148 if (openType) {
209 HB_Bool openType = FALSE;
221 openType = HB_SelectScript(item, tibetan_features);
237 if (!tibetan_shape_syllable(openType, &syllable, invalid)) {
harfbuzz-khmer.c 4 * This is part of HarfBuzz, an OpenType Layout engine library.
354 static HB_Bool khmer_shape_syllable(HB_Bool openType, HB_ShaperItem *item)
559 if (openType) {
584 KHDEBUG("Not using openType");
594 HB_Bool openType = FALSE;
607 openType = HB_SelectScript(item, khmer_features);
623 if (!khmer_shape_syllable(openType, &syllable)) {
harfbuzz-myanmar.c 4 * This is part of HarfBuzz, an OpenType Layout engine library.
254 static HB_Bool myanmar_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid)
427 if (openType) {
453 MMDEBUG("Not using openType");
463 HB_Bool openType = FALSE;
475 openType = HB_SelectScript(item, myanmar_features);
491 if (!myanmar_shape_syllable(openType, &syllable, invalid)) {
harfbuzz-indic.cpp 4 * This is part of HarfBuzz, an OpenType Layout engine library.
    [all...]

Completed in 4144 milliseconds