OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_UNTAG
(Results
1 - 5
of
5
) 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/chromium_org/third_party/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))
hb-uniscribe.cc
955
HB_UNTAG
(hb_uint32_swap (script_tags[i])));
/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
713
ALOGD(" -- HB script = %c%c%c%c",
HB_UNTAG
(run.script));
789
ALOGD("Using Harfbuzz Script %c%c%c%c, Style %d",
HB_UNTAG
(script), currentStyle);
839
HB_UNTAG
(hb_buffer_get_script(mBuffer)));
[
all
...]
Completed in 90 milliseconds