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

  /external/harfbuzz_ng/src/
hb-version.h 43 #define HB_VERSION_STRING "2.3.0"
56 hb_version_string (void);
hb-version.h.in 43 #define HB_VERSION_STRING "@HB_VERSION@"
56 hb_version_string (void);
hb-common.cc 661 * hb_version_string:
670 hb_version_string () function
672 return HB_VERSION_STRING;
  /external/skqp/third_party/harfbuzz/
hb-version.h 43 #define HB_VERSION_STRING "2.1.1"
56 hb_version_string (void);
  /external/harfbuzz_ng/test/api/
test-version.c 45 g_assert (0 == strcmp (HB_VERSION_STRING, s));
47 g_assert (0 == strcmp (HB_VERSION_STRING, hb_version_string ()));
  /external/harfbuzz_ng/util/
options.cc 90 if (strcmp (HB_VERSION_STRING, hb_version_string ()))
91 g_printf ("Linked HarfBuzz library has a different version: %s\n", hb_version_string ());

Completed in 49 milliseconds