Searched refs:MMDEBUG (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-myanmar.c | 185 #define MMDEBUG qDebug macro 187 #define MMDEBUG if(0) printf macro 208 MMDEBUG("state[%d]=%d class=%8x (uc=%4x)", pos - start, state, charClass, *uc); in myanmar_nextSyllableBoundary() 322 MMDEBUG("\n base=%d, vowel_e=%d, kinzi=%d, medial_ra=%d", base, vowel_e, kinzi, medial_ra); in myanmar_shape_syllable() 414 MMDEBUG("after shaping: len=%d", len); in myanmar_shape_syllable() 420 MMDEBUG(" %d: %4x property=%x", i, reordered[i], properties[i]); in myanmar_shape_syllable() 452 MMDEBUG("Not using openType"); in myanmar_shape_syllable() 477 MMDEBUG("myanmar_shape: from %d length %d", item->item.pos, item->item.length); in HB_MyanmarShape() 481 MMDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart, in HB_MyanmarShape() 491 MMDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs); in HB_MyanmarShape() [all …]
|