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

  /external/harfbuzz_ng/test/api/
test-ot-tag.c 42 g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s);
59 g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s1, s2);
  /external/harfbuzz_ng/src/
hb-common.h 94 #define HB_UNTAG(tag) ((uint8_t)((tag)>>24)), ((uint8_t)((tag)>>16)), ((uint8_t)((tag)>>8)), ((uint8_t)(tag))
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 717 ALOGD(" -- HB script = %c%c%c%c", HB_UNTAG(run.script));
782 ALOGD("Using Harfbuzz Script %c%c%c%c, Style %d", HB_UNTAG(script), currentStyle);
832 HB_UNTAG(hb_buffer_get_script(mBuffer)));
    [all...]

Completed in 36 milliseconds