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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-tibetan.cc 36 HB_TAG_NONE
hb-ot-map.cc 84 hb_tag_t script_tags[3] = {HB_TAG_NONE, HB_TAG_NONE, HB_TAG_NONE};
hb-common.cc 76 return HB_TAG_NONE;
377 if (unlikely (tag == HB_TAG_NONE))
hb-common.h 96 #define HB_TAG_NONE HB_TAG(0,0,0,0)
315 HB_SCRIPT_INVALID = HB_TAG_NONE,
hb-face.cc 138 if (tag == HB_TAG_NONE)
355 return face->reference_table (HB_TAG_NONE);
hb-buffer.h 423 HB_BUFFER_SERIALIZE_FORMAT_INVALID = HB_TAG_NONE
hb-ot-shape-complex-hangul.cc 47 HB_TAG_NONE,
hb-graphite2.cc 264 script_tag[1] == HB_TAG_NONE ? script_tag[0] : script_tag[1],
hb-ot-font.cc 322 ot_font->v_metrics.init (face, HB_OT_TAG_vhea, HB_OT_TAG_vmtx, HB_TAG_NONE); /* TODO Can we do this lazily? */
hb-ot-layout-common-private.hh 528 if (unlikely (!featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE)))
546 !featureParams.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
    [all...]
hb-ot-shape-complex-arabic.cc 111 HB_TAG_NONE
hb-coretext.cc 570 feature.rec.feature = HB_TAG_NONE;
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
hbshim.c 65 HB_TAG_NONE \
112 hb_tag_t script_tags[] = { HB_TAG_NONE,
113 HB_TAG_NONE,
114 HB_TAG_NONE,
115 HB_TAG_NONE };
144 /* as the second tag. We change that to HB_TAG_NONE except for the */
149 if ( script_tags[0] == HB_TAG_NONE )
153 if ( script_tags[1] == HB_TAG_NONE )
162 script_tags[1] = HB_TAG_NONE;
  /external/freetype/src/autofit/
afshaper.c 65 HB_TAG_NONE \
113 hb_tag_t script_tags[] = { HB_TAG_NONE,
114 HB_TAG_NONE,
115 HB_TAG_NONE,
116 HB_TAG_NONE };
145 /* as the second tag. We change that to HB_TAG_NONE except for the */
149 if ( script_tags[0] == HB_TAG_NONE )
153 if ( script_tags[1] == HB_TAG_NONE )
167 script_tags[1] = HB_TAG_NONE;
  /external/harfbuzz_ng/test/api/
test-common.c 114 g_assert_cmphex (HB_TAG_NONE, ==, 0);
129 g_assert_cmphex (hb_tag_from_string ("", -1), ==, HB_TAG_NONE);
130 g_assert_cmphex (hb_tag_from_string ("x", 0), ==, HB_TAG_NONE);
131 g_assert_cmphex (hb_tag_from_string (NULL, -1), ==, HB_TAG_NONE);
146 g_assert_cmpint (HB_SCRIPT_INVALID, ==, (hb_script_t) HB_TAG_NONE);

Completed in 605 milliseconds